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
Thanks for reporting. This is indeed an inconsistency between Observable and the Flowable-based merges not stopping immediately when one of the inner sources fails and subscribing to the next inner source in synchronous mode.
Sorry for code in kotlin.
First test produces
UndeliverableError
after execution but second one completes successfully without errors. Is it expected behaviour or a bug?The text was updated successfully, but these errors were encountered: