We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3a5d5 commit b594ac5Copy full SHA for b594ac5
io/jvm/src/main/scala/fs2/io/net/SelectingDatagramSocket.scala
@@ -33,6 +33,7 @@ import java.nio.ByteBuffer
33
import java.nio.channels.{DatagramChannel, SelectionKey}
34
import java.net.{NetworkInterface => JNetworkInterface}
35
import com.comcast.ip4s.MulticastJoin
36
+import scala.jdk.CollectionConverters._
37
38
private final class SelectingDatagramSocket[F[_]: LiftIO] private (
39
selector: Selector,
0 commit comments