You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way of sharing component states across multiple clients.
Proposed Actions
Add in the ability for arbitrary data to be synchronized cross-client.
We will use Django Channels layers to communicate a state across multiple clients. In order to use this feature, the user will need to first configure a Django Channels Layer with a backend such as redis.
The user interface might end up looking like this:
Old Behavior
Currently there is no way of sharing component states across multiple clients.
Proposed Actions
Add in the ability for arbitrary data to be synchronized cross-client.
We will use Django Channels layers to communicate a state across multiple clients. In order to use this feature, the user will need to first configure a Django Channels Layer with a backend such as
redis
.The user interface might end up looking like this:
Code of Conduct
The text was updated successfully, but these errors were encountered: