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 was getting an error message saying something like 'open isn't a method of AsynchronousSocketChannel'. The source code for AsynchronousSocketChannel makes it seem like the stated example should be working, but it didn't.
I also needed to import zio.nio.core._
I was able to get it to compile with the following:
The client socket example wasn't compiling.
I was getting an error message saying something like 'open isn't a method of AsynchronousSocketChannel'. The source code for AsynchronousSocketChannel makes it seem like the stated example should be working, but it didn't.
I also needed to import zio.nio.core._
I was able to get it to compile with the following:
The text was updated successfully, but these errors were encountered: