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
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
StreamsBasedServer.scala:25:56
value open is not a member of object zio.nio.channels.AsynchronousServerSocketChannel
server <- AsynchronousServerSocketChannel.open
StreamsBasedServer.scala:47:15
cannot resolve reference to type zio.duration.package.type.Duration
the classfile defining the type might be missing from the classpath
channel.readChunk(64).tap(_ => Console.printLine("Read chunk")).orElse(ZIO.fail(None))
StreamsBasedServer.scala:54:24
value close in class AsynchronousByteChannel cannot be accessed as a member of (channel : zio.nio.channels.AsynchronousSocketChannel) from module class StreamsBasedServer$.
_ <- channel.close
ZIO 2.0 has been released, please update the examples to match that
The text was updated successfully, but these errors were encountered: