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

usage of 2 buffers with both a timespan and a count #1867

Closed
YannRobert opened this issue Nov 12, 2014 · 2 comments
Closed

usage of 2 buffers with both a timespan and a count #1867

YannRobert opened this issue Nov 12, 2014 · 2 comments
Labels
Milestone

Comments

@YannRobert
Copy link

The usage of 2 RxJava buffers with both a timespan and a count will eventually make the events be emitted at a very slow rate to the subscriber.
The observed rate will be as slow as 1 item per whatever is the second buffer timespan.

Please see the following Gist for the JUnit code demonstrating the issue.
https://gist.github.com/YannRobert/32921e8e88c62c5af1f9

@benjchristensen benjchristensen added this to the 1.0.x milestone Nov 12, 2014
@benjchristensen
Copy link
Member

Putting on 1.0.x though we might be able to get this in for 1.0.

Thank you for the report and sample code.

@YannRobert
Copy link
Author

fixed in 1.0.0-RC12

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

No branches or pull requests

2 participants