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 47a6573 commit 3ea479cCopy full SHA for 3ea479c
libp2p/src/testFixtures/kotlin/io/libp2p/tools/TCPProxy.kt
@@ -8,7 +8,6 @@ import io.netty.channel.ChannelHandlerContext
8
import io.netty.channel.ChannelInboundHandlerAdapter
9
import io.netty.channel.ChannelOption
10
import io.netty.channel.MultiThreadIoEventLoopGroup
11
-import io.netty.channel.nio.NioEventLoopGroup
12
import io.netty.channel.nio.NioIoHandler
13
import io.netty.channel.socket.nio.NioServerSocketChannel
14
import io.netty.channel.socket.nio.NioSocketChannel
@@ -40,7 +39,6 @@ class TCPProxy {
40
39
}
41
42
override fun channelActive(ctx: ChannelHandlerContext) {
43
-// serverCtx.channel().pipeline().addFirst(LoggingHandler("client", LogLevel.INFO))
44
client.complete(ctx)
45
46
0 commit comments