Commit e020e9c8 authored by AfirSraftGarrier's avatar AfirSraftGarrier

格式并加些打印

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