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

do not calculate receivers on update #208

Merged
merged 1 commit into from
Jul 24, 2018

Conversation

cornerman
Copy link
Member

When there is an update to a stream receiver from a VNode, we create a new VNodeProxy for it. Previously we always calculated the Receivers on each update, but this is not necessary: Updates come from the initially created Receivers and only contain static Modifiers. Therefore, there is no need to try finding a stream in these static modifiers.

based on #204

@cornerman cornerman merged commit 8216281 into outwatch:master Jul 24, 2018
@cornerman cornerman deleted the initial-receivers branch July 24, 2018 13:09
cornerman added a commit to cornerman/outwatch that referenced this pull request Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants