forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix reactor#1033 Remove final empty window from windowUntil/While
Offer and drain in all situations, even those where no emission. This results in subsequent separators or sequences that start with a separator to emit an empty window, but avoids a remainder window on source completion, when said window is empty.
- Loading branch information
1 parent
ed6a34b
commit edfdd9e
Showing
5 changed files
with
159 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.