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
Subscription is a possibility for client to join a channel and listen for updates. It may be an object, array or collection. First is need to create an engine, that will make it possible to easily join user to any subscription and then push the data on it with few methods.
Ext: subscription will be like a room in socket.io, that will keep the sync object.
// no example for now
The text was updated successfully, but these errors were encountered:
Subscription is a possibility for client to join a channel and listen for updates. It may be an object, array or collection. First is need to create an engine, that will make it possible to easily join user to any subscription and then push the data on it with few methods.
Ext: subscription will be like a room in socket.io, that will keep the sync object.
// no example for now
The text was updated successfully, but these errors were encountered: