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
This may be a misunderstanding on my part, but coming from using Reactor (and in fact, porting code written in Reactor) I would expect the following flow to pass:
For some reason, merge doesn't start collecting the inner subject and the main source just runs to completion without observers. I have no idea why that is.
This may be a misunderstanding on my part, but coming from using Reactor (and in fact, porting code written in Reactor) I would expect the following flow to pass:
But in reality, the flow completes yielding no results. Using
flatMapConcat
will yield results from the first sequence, and not the second.The text was updated successfully, but these errors were encountered: