-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #1056 doOnEach correctly passes itself to onSubscribe
This commit ensures that the FluxDoOnEach DoOnEachSubscriber correctly passes itself to actual.onSubscribe rather than its own upstream Subscription, thus ensuring that no short-circuiting fusion is established between the downstream and upstream.
- Loading branch information
1 parent
0fc43f3
commit a5647fc
Showing
2 changed files
with
23 additions
and
1 deletion.
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