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

Merge delay error doesn't synchronize onNext calls #614

Closed
abersnaze opened this issue Dec 12, 2013 · 2 comments
Closed

Merge delay error doesn't synchronize onNext calls #614

abersnaze opened this issue Dec 12, 2013 · 2 comments
Labels

Comments

@abersnaze
Copy link
Contributor

The merge operation passes calls to the actual observer through an instance of SynchronizedObserver but merge delay error doesn't. This is causing overlapping calls to onNext and all sorts of concurrency bugs in our server.

@headinthebox
Copy link
Contributor

Saw errors in those in my tests yesterday as well.

@benjchristensen
Copy link
Member

Fixed and merged.

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

3 participants