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
* We cannot allow emitting elements when downstream exception occurred, otherwise it may lead to a weird side-effects when "collect" block (or any other terminal operator) has thrown an exception, but keeps receiving new values
* Another solution may be to silently ignore emitted values, but it may lead to a postponed cancellation and surprising behaviour for users
Fixes#1654
If I run this program:
I expect to see the output
a
, but the actual output isDone
.The text was updated successfully, but these errors were encountered: