Skip to content

Instantly share code, notes, and snippets.

@dpnova
Created July 2, 2020 23:14
Show Gist options
  • Save dpnova/59a96bd9e545eb25f8485110e2bd6d02 to your computer and use it in GitHub Desktop.
Save dpnova/59a96bd9e545eb25f8485110e2bd6d02 to your computer and use it in GitHub Desktop.
java.nio.channels.ShutdownChannelGroupException: null
at java.base/sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:223)
at java.base/sun.nio.ch.Invoker.invoke(Invoker.java:189)
at java.base/sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:370)
at java.base/sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:400)
at fs2.io.tcp.SocketGroup.$anonfun$apply$18(SocketGroup.scala:306)
at fs2.io.tcp.SocketGroup.$anonfun$apply$18$adapted(SocketGroup.scala:299)
at cats.effect.IO$.$anonfun$async$1(IO.scala:1206)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment