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
I noticed a weird behaviour when converting FS2 stream to ZStream. It seems like errors reported using Stream.raiseError are propagated correctly to the ZStream, but errors reported implicitly make the stream hang forever. See example (uncomment one of the def run = ...:
The text was updated successfully, but these errors were encountered:
michalliss
changed the title
FS2 to ZStream: implicit errors are not propagated
FS2 to ZStream: implicit errors are not propagated, stream hangs forever
Jan 16, 2025
Hello,
I noticed a weird behaviour when converting FS2 stream to ZStream. It seems like errors reported using
Stream.raiseError
are propagated correctly to the ZStream, but errors reported implicitly make the stream hang forever. See example (uncomment one of thedef run = ...
:The text was updated successfully, but these errors were encountered: