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

Fix for non-deterministic: testOnBackpressureDropWithAction #2817

Merged
merged 1 commit into from
Mar 11, 2015

Conversation

akarnokd
Copy link
Member

It is possible the synchronized block inside RxRingBuffer blocks out the firehose thread long enough that there will be enough requests cumulating up and no values have to be dropped. The change increases the taken value count and should decrease the likelihood of such no-drop situation.

akarnokd added a commit that referenced this pull request Mar 11, 2015
Fix for non-deterministic: testOnBackpressureDropWithAction
@akarnokd akarnokd merged commit 4df6f23 into ReactiveX:1.x Mar 11, 2015
@akarnokd akarnokd deleted the OnBackpressureDropWithActionFix branch March 12, 2015 09:41
@benjchristensen benjchristensen mentioned this pull request Apr 9, 2015
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.

1 participant