You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: