We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've seen this in 1.07 and 1.09 - using http://reactivex.io/RxJava/javadoc/rx/Observable.html#window(rx.functions.Func0), I am able to observe overlapping items in the output.
Example test case here: https://gist.github.com/gjesse/1ae59c32f63d2ad581e8
The text was updated successfully, but these errors were encountered:
Fix for ReactiveX#2896 overlapping windows. Source was emitting t mul…
e9679db
…tiple times while holding queue.
01cddd5
Thanks y'all!
Sorry, something went wrong.
No branches or pull requests
I've seen this in 1.07 and 1.09 - using http://reactivex.io/RxJava/javadoc/rx/Observable.html#window(rx.functions.Func0), I am able to observe overlapping items in the output.
Example test case here: https://gist.github.com/gjesse/1ae59c32f63d2ad581e8
The text was updated successfully, but these errors were encountered: