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
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:
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: