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#767 Revert publishOn async path detection over-optimization
This commit reverts an optimization from 5254299 that causes a bug in some cases where the ASYNC fusion mode is enabled but the onNext is called with a non-null value. This would result in calling `offer` on some QueueSubscription, most of which will just throw an `UnsupportedOperationException`.
- Loading branch information
1 parent
73daad4
commit 475ca5e
Showing
2 changed files
with
47 additions
and
3 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