提交 67257410 编写于 作者: S snakejerusalem

Merge pull request #25 from andreneonet/patch-3

Update NettyClientServerCommunicationSystemClientSide.java
......@@ -260,7 +260,10 @@ public class NettyClientServerCommunicationSystemClientSide extends SimpleChanne
if (ncss.getChannel() == ctx.channel()) {
try {
// Configure the client.
EventLoopGroup workerGroup = new NioEventLoopGroup();
EventLoopGroup workerGroup = ctx.channel().eventLoop();
if( workerGroup == null){
workerGroup = new NioEventLoopGroup();
}
//try {
Bootstrap b = new Bootstrap();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册