fs2 icon indicating copy to clipboard operation
fs2 copied to clipboard

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

Open fredfp opened this issue 1 year ago • 0 comments

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.

fredfp avatar Feb 06 '24 12:02 fredfp