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

Reduce data sent by shared worker #4066

Merged

Conversation

bastianjoel
Copy link
Member

resolves #1664

With this PR data is sent by stream and not by subscription anymore. This reduces the updates to the view model stores and data sent between shared worker and client.
Also the debug outputs are now containing information about which streams are handled together.

As a side effect this makes data received by viewModelObservable and viewModelListObservable much more predictable. #4024 is containing a similar solution for that reason which will be improved by this PR.

Please do not merge before #4024

@bastianjoel bastianjoel mentioned this pull request Sep 11, 2024
24 tasks
@Elblinator Elblinator assigned bastianjoel and unassigned rrenkert Sep 16, 2024
@bastianjoel bastianjoel enabled auto-merge (squash) September 16, 2024 09:56
@bastianjoel bastianjoel merged commit 4e6a698 into OpenSlides:main Sep 16, 2024
2 checks passed
@bastianjoel bastianjoel deleted the autoupdate-reduce-data-movement branch September 16, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autoupdate worker filter fields not requested by a subscription
2 participants