RxJava3Adapter.singleToMono() doesn't cascade dispose() calls up the chain to the RxJava disposable #291
Labels
❓need-triage
This issue needs triage, hasn't been looked at by a team member yet
RxJava3Adapter.singleToMono() doesn't cascade dispose() calls up the chain to the RxJava disposable.
Expected Behavior
dispose() calls should cascade up the chain to the RxJava Single disposable.
Actual Behavior
dispose() calls are not cascaded up the chain to the RxJava Single disposable.
Steps to Reproduce
This test will fail for singleToMono:
It's worth noting that this passes for maybeToMono:
Possible Solution
Add the following to SingleAsMonoSubscriber matching MaybeAsMonoObserver
Your Environment
The text was updated successfully, but these errors were encountered: