typelevel/fs2

reactive-streams interop: handled errors treated as unhandled and printed to the console

fredfp opened this issue · 1 comments

fredfp commented

When using unsafeRunAndForget, unhandled errors are printed to the console.

When using reactive-streams interop, stream errors end up printed to the console even if they are handled.

Fixed by #3385