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

Error does not go to the second subscriber's error handler if the first subscriber does not have an error handler #3128

Closed
Gebov opened this issue Nov 22, 2017 · 2 comments

Comments

@Gebov
Copy link

Gebov commented Nov 22, 2017

RxJS version:
5.5.2

Code to reproduce:
https://plnkr.co/edit/nwLQGmm4DtyOczbKPxfd?p=preview

Expected behavior:
Expecting that the second subscriber's error handler will get called, even if the first one is not there.
Actual behavior:
The second subsriber's error handler does not get called.

Additional information:

@jayphelps
Copy link
Member

Hey @Gebov, actually not a bug in v5 but v6 will change this behavior at the expense of unhandled errors not being rethrown. The topic is pretty confusing 😞 See #2145 and for v6 #3062

@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants