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
Windows with selector (window(timestamp, timeshift) and windowWhen currently suffer a window leak: the windows set keeps growing.
Would be appropriate to review the impl specially now we have access to CompositeDisposable.
The text was updated successfully, but these errors were encountered:
This commit brings the windowWhen implementation in line with that of
RxJava, fixing the fact that drained windows were retained until main
sequence completion in the previous implementation.
This commit fixes `windowWhen` leaks by changing `FluxWindowWhen`
implementation, bringing it in line with that of RxJava (drained windows
were retained until main sequence completion previously).
Added padding test of QueueDrainSubscriber using the Java Object Layout
(JOL) tool.
Windows with selector (window(timestamp, timeshift) and windowWhen currently suffer a window leak: the windows set keeps growing.
Would be appropriate to review the impl specially now we have access to CompositeDisposable.
The text was updated successfully, but these errors were encountered: