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
There is a small behavior difference between Flowable.flatMap and Maybe.flatMapSingle that made the test fail. Namely, the effect of disposing before the function returns the inner source.
The text was updated successfully, but these errors were encountered:
There is a small behavior difference between
Flowable.flatMap
andMaybe.flatMapSingle
that made the test fail. Namely, the effect of disposing before the function returns the inner source.The text was updated successfully, but these errors were encountered: