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
We store cursors (see Load stored cursors #192) as a persistent entities so cursors will be restored after globalstorage restarted. Cursors have subscribers, also stored, see Cursor.Subscribers: Many('Session')
After connection establish session we will check Cursor.Subscribers relation and bind session to corresponding cursors.
All CRUD operations should be pushed to subscribers
Also we will limit number of subscriptions for a session and even user account
The text was updated successfully, but these errors were encountered:
Cursor.Subscribers: Many('Session')
Cursor.Subscribers
relation and bind session to corresponding cursors.The text was updated successfully, but these errors were encountered: