-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PublisherFlatMapSingle's demand handling
Motivation: PublisherFlatMapSingle was recently changed to better handle excpetions, but the changes affected the way the drain counter was updating, which as a result created wrong demand upstream. Modifications: Init the counter inside the loop to reset it everytime there is contention and the lock is re-acquired. Result: Proper counting of delivered items and thus proper demand requests.
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 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