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 is so glaring to me, I'm shocked it's not been reported. I guess it's an edge case, really. How often do people throw errors in the next handler of a forEach on a synchronous observable? But still. It's CRAZY to me that this wasn't caught before. And even worse: I didn't catch it while updating the code, and it passed review! haha.
The current implementation is not properly unsubscribing from the source when the next handler throws in this scenario:
Stackblitz here
The text was updated successfully, but these errors were encountered: