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
How long did you wait for "5"? There is an overload where you can specify the time window should restart upon reaching the size limit.
never the "5" be passed, because createObservable does not emit a "complete" in this case of "restart" is false by default.
if restart is true, the time window will restart, that is correct.
Uh oh!
There was an error while loading. Please reload this page.
io.reactivex.Observable#window(long, java.util.concurrent.TimeUnit, long)
Like the case of above, since 7 seconds, some empty arrays are expected,and "2" will be emited when the 5 seconds,but actually not.
There is nothing after 7 seconds, it make a confuse.
As the chart https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/window6.png
it says that the timeSpan still works after winow-max-size reached.
The text was updated successfully, but these errors were encountered: