You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed unnecessary upstream.cancel() call for casually finished upstream sequences. (ReactiveX#6992)
* no upstream.cancel() in FlowablePublishMulticast when the sequence is finished normally via onComplete/onError from upstream;
minor code cleanup - unnecessary Disposable implementation to avoid method name clash
* cleanup in FlowablePublishFunctionTest: refactored anonymous classes to lambdas
* reduced visibility for dispose() and isDisposed() in the inner MulticastProcessor
Co-authored-by: derar <[email protected]>
0 commit comments