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

OperatorGroupBy - check for request overflow and don't decrement when at Long.MAX_VALUE #2950

Merged
merged 1 commit into from
May 15, 2015

Conversation

davidmoten
Copy link
Collaborator

Added request overflow check to OperatorGroupBy (using BackpressureUtils) and prevented requested counters from being decremented if they were at Long.MAX_VALUE.

Includes unit test that failed on current codebase.

… decremented in OperatorGroupBy, added unit test that failed with previous code
@akarnokd
Copy link
Member

Thanks!

akarnokd added a commit that referenced this pull request May 15, 2015
OperatorGroupBy - check for request overflow and don't decrement when at Long.MAX_VALUE
@akarnokd akarnokd merged commit 1b25f07 into ReactiveX:1.x May 15, 2015
@benjchristensen benjchristensen mentioned this pull request May 19, 2015
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