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
Hi, I found an edge case which causes an exception to be swallowed while cancelling the stream.
The following snippet prints () which was pretty unexpected for me. I would have expected the stream to throw the RuntimeException or at least Stream.never to block the stream forever.
Hi, I found an edge case which causes an exception to be swallowed while cancelling the stream.
The following snippet prints
()
which was pretty unexpected for me. I would have expected the stream to throw the RuntimeException or at least Stream.never to block the stream forever.I tested this with v3.10.2 and v3.11.0
The text was updated successfully, but these errors were encountered: