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

Add onBackpressureBuffer with capacity #1928

Merged
merged 1 commit into from
Dec 9, 2014
Merged

Add onBackpressureBuffer with capacity #1928

merged 1 commit into from
Dec 9, 2014

Conversation

srvaroa
Copy link
Contributor

@srvaroa srvaroa commented Dec 4, 2014

The operator takes an optional capacity for the buffer and a callback
that will be invoked if the buffer fills up, along with a
MissingBackpressureException in the Observable's onError.

@srvaroa
Copy link
Contributor Author

srvaroa commented Dec 4, 2014

@benjchristensen this should fix the bug (it was in the test actually, which I was overcomplicating), it passes the full suite locally. I squashed the improvements you added earlier on the same commit, let me know if you prefer me to separate them. Thanks!

The operator takes an optional capacity for the buffer and a callback
that will be invoked if the buffer fills up, along with a
MissingBackpressureException in the Observable's onError.
@benjchristensen
Copy link
Member

Thank you! (and this time all tests are passing so looks like it's all happy now).

benjchristensen added a commit that referenced this pull request Dec 9, 2014
Add onBackpressureBuffer with capacity
@benjchristensen benjchristensen merged commit d1908c5 into ReactiveX:1.x Dec 9, 2014
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.

2 participants