3.x: Fix Flowable.window (size, time) cancellation and abandonment by akarnokd · Pull Request #6758 · ReactiveX/RxJava (original) (raw)

This PR fixes the Flowable.window operator (with size and time boundaries) so that

These fixes are necessary similar to how groupBy had to be updated in #6740.

The publisher-boundary and start-stop publisher boundary as well as the Observable variants will be updated in subsequent PRs due to the sheer number of changes.