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

Second subscriber on same PrioArray doesn't receive child_changed event #3

Open
tjclement opened this issue Jan 29, 2016 · 0 comments
Labels

Comments

@tjclement
Copy link
Contributor

Mentioned by @Karolusrex.

Use case:

  • 1 PrioArray and 2 seperate subscribers
  • subscriber 1 modifies the array
  • subscriber 2 does not get updated on this change

This issue surfaced because of the following commit: ead15c5#diff-baef86f099adde250e685b5d748ede74R350

Questions we'll need to answer:

  • Should subscriber 1 truly expect to not receive child_changed events for its own changes?
  • How much overhead will be generated when we allow child_changed events to fire when data is identical?
@tjclement tjclement added the bug label Jan 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant