Commit 839d2b23 authored by zengtianlai3's avatar zengtianlai3

Merge branch 'for-yx' of http://120.77.240.215:9701/tianlai3/ioc_sixiang_license into for-yx

parents fdc91f98 a6d2090c
...@@ -33,7 +33,6 @@ public class OperateClient { ...@@ -33,7 +33,6 @@ public class OperateClient {
channelInitializer = new OperateChannelInitializer(handler); channelInitializer = new OperateChannelInitializer(handler);
EventLoopGroup eventLoopGroup = new NioEventLoopGroup(); EventLoopGroup eventLoopGroup = new NioEventLoopGroup();
bootstrap = new Bootstrap(); bootstrap = new Bootstrap();
if (bootstrap != null) {
try { try {
bootstrap bootstrap
.channel(NioSocketChannel.class) .channel(NioSocketChannel.class)
...@@ -44,7 +43,6 @@ public class OperateClient { ...@@ -44,7 +43,6 @@ public class OperateClient {
log.error(ex.getMessage()); log.error(ex.getMessage());
} }
} }
}
public void startTcp(String host, int port) { public void startTcp(String host, int port) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment