Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Feature/w3c-2017_4 - Autosubscribe#64

Open
wzr1337 wants to merge 17 commits intow3c-cg:gh-pagesfrom
wzr1337:feature/W3C-2017_4
Open

Feature/w3c-2017_4 - Autosubscribe#64
wzr1337 wants to merge 17 commits intow3c-cg:gh-pagesfrom
wzr1337:feature/W3C-2017_4

Conversation

@wzr1337
Copy link
Contributor

@wzr1337 wzr1337 commented Nov 6, 2017

Add a feature that allows automatic subscription for all elements of a list a client subscribes to. This feature reduces the number of subscribe messages for n+1 to 1. This is extremely helpful for larger lists and correpsoning list views, which might have certain performance requirements.

E.G. a list that holds 100 items and is displayed in a carrousel view would need 101 subscription messages in the legacy protocol versions, while with the new approach it would just take 1 subscription message. All server side emitted events are of course still 101, if everything changes.

Anyway, the subscription latency is reduced drastically.

@wzr1337 wzr1337 changed the title Feature/w3c-2017_4 Feature/w3c-2017_4 - Autosubscribe Nov 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant