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
In the case that a ParallelFlowable was subscribed by an array of Subscribers,
when one Subscriber calls the cancel method, the ParallelFlowable stops emitting and all the Subscribers don't get any items on 2.0.6.
However, I upgraded to 2.0.7, the ParallelFlowable stops emitting to only the Subscriber which called the cancel method and the others keep getting items.
I wonder which one would be the expected behavior.
To me, 2.0.7's behavior makes more sense.
The text was updated successfully, but these errors were encountered:
In the case that a ParallelFlowable was subscribed by an array of Subscribers,
when one Subscriber calls the cancel method, the ParallelFlowable stops emitting and all the Subscribers don't get any items on 2.0.6.
However, I upgraded to 2.0.7, the ParallelFlowable stops emitting to only the Subscriber which called the cancel method and the others keep getting items.
I wonder which one would be the expected behavior.
To me, 2.0.7's behavior makes more sense.
The text was updated successfully, but these errors were encountered: