Commit e020e9c8 authored by AfirSraftGarrier's avatar AfirSraftGarrier

格式并加些打印

parent cab08d8b
...@@ -19,7 +19,6 @@ import java.net.InetSocketAddress; ...@@ -19,7 +19,6 @@ import java.net.InetSocketAddress;
@ChannelHandler.Sharable @ChannelHandler.Sharable
@Slf4j @Slf4j
public class ForwardClientHandler extends SimpleChannelInboundHandler<Object> { public class ForwardClientHandler extends SimpleChannelInboundHandler<Object> {
@Autowired @Autowired
EventPublisher eventPublisher; EventPublisher eventPublisher;
...@@ -82,7 +81,6 @@ public class ForwardClientHandler extends SimpleChannelInboundHandler<Object> { ...@@ -82,7 +81,6 @@ public class ForwardClientHandler extends SimpleChannelInboundHandler<Object> {
super.exceptionCaught(ctx, cause); super.exceptionCaught(ctx, cause);
log.debug("桥接客户端,exceptionCaught:{}", ctx.channel().id().asLongText()); log.debug("桥接客户端,exceptionCaught:{}", ctx.channel().id().asLongText());
ctx.close(); ctx.close();
} }
@Override @Override
......
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