Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ParallelFlowable's behavior of the cancel method had been changed between 2.0.6 and 2.0.7 #5263

Closed
otal1105 opened this issue Apr 3, 2017 · 2 comments

Comments

@otal1105
Copy link

otal1105 commented Apr 3, 2017

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.

@akarnokd
Copy link
Member

akarnokd commented Apr 3, 2017

See #5117.

@otal1105
Copy link
Author

otal1105 commented Apr 4, 2017

Thank you. I didn't check this issue since I thought that this issue is about an exception handling.

@otal1105 otal1105 closed this as completed Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants