Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor changes subscription #193

Open
tshemsedinov opened this issue Sep 2, 2018 · 0 comments
Open

Cursor changes subscription #193

tshemsedinov opened this issue Sep 2, 2018 · 0 comments

Comments

@tshemsedinov
Copy link
Member

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant