-
Notifications
You must be signed in to change notification settings - Fork 211
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
groupBy hangs (0.7.5) #40
Comments
Thanks for the report, I'll look at it very soon On Tue, 23 Feb 2016 03:28 Mikhail Bobrutskov [email protected]
|
Looks to have been introduced in rxjava 1.1.1. Downgrade to rxjava 1.1.0 and the test passes. Thanks very much for this it explains a problem at work today! I'll have a look at the problem in rxjava now. |
On close inspection I think it is a bug in rtree that is highlighted by a misbehaving rxjava operator (still correct but shouldn't be requesting Long.MAX_VALUE-1 from upstream). I'll keep investigating. |
misbehaving operator in RxJava was |
fix for this issue has been released to Maven Central as rtree 0.7.6 |
thank you very much for this fast fix |
No problem, I really appreciate the submission of a unit test with the report! |
Hello, after last update groupBy is not working anymore,
here is the test for it
The text was updated successfully, but these errors were encountered: