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
Hi, using fs2 (v3.1.3) Im seeing this socket & file descriptor leak when opening sockets to domains that dont resolve. eg Network[IO].client(SocketAddress(Host.fromString("nodomain.fs2.io").get, port"80"))
Hi, using fs2 (v3.1.3) Im seeing this socket & file descriptor leak when opening sockets to domains that dont resolve. eg
Network[IO].client(SocketAddress(Host.fromString("nodomain.fs2.io").get, port"80"))
Consider this example
Outputs ..
With a valid domain the file descriptor count goes down after.
I'll open a PR with a fix.
The text was updated successfully, but these errors were encountered: