Broken with zio 2.0.0-RC4
csar opened this issue · 2 comments
csar commented
pub <- stream.toPublisher.debug("publisher")
ev <- pub.toStream().debug("stream").runLast.debug("last")
creates the Publisher, but toStream() fails
runtologist commented
I assume you are referring to interop-reactive-streams v2.0.0-RC4, which has been compiled against ZIO 2.0.0-RC3. ZIO 2.0.0-RC4 is not binary compatible with ZIO 2.0.0-RC3.
I have just published interop-reactive-streams v2.0.0-RC5, which is compatible with ZIO 2.0.0-RC4.
csar commented
Yes, I saw it last night and it works fine now, you can close this issue
Thx for the speedy resolution!