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 new operator onBackpressureDrop(Action1 onDrop) #2764

Closed
stevenzwu opened this issue Feb 21, 2015 · 2 comments
Closed

add new operator onBackpressureDrop(Action1 onDrop) #2764

stevenzwu opened this issue Feb 21, 2015 · 2 comments

Comments

@stevenzwu
Copy link

When Observable drops msg on backpressure, it should call the onDrop method. This can be useful for incrementing some counter or just simply log something.

@stevenzwu
Copy link
Author

@akarnokd I updated the PR with recommended enhancement. can we merge it and close this issue?

@benjchristensen
Copy link
Member

This was merged in #2776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants