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 error handling in onBackpressureDrop #3640

Merged

Conversation

davidmoten
Copy link
Collaborator

onDrop.call() was not wrapped in an appropriate try catch to prevent the error from being reported from an upstream operator.

This PR includes a unit test that failed on the original code.

@akarnokd akarnokd added the Bug label Jan 24, 2016
@akarnokd
Copy link
Member

👍

1 similar comment
@zsxwing
Copy link
Member

zsxwing commented Jan 24, 2016

👍

akarnokd added a commit that referenced this pull request Jan 24, 2016
…-handling

fix error handling in onBackpressureDrop
@akarnokd akarnokd merged commit 71d3d0f into ReactiveX:1.x Jan 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants