Signed-off-by: cj <power4j@outlook.com>master
@@ -47,7 +47,6 @@ public class TokenServerHandler extends ChannelInboundHandlerAdapter { | |||||
@Override | @Override | ||||
public void channelActive(ChannelHandlerContext ctx) throws Exception { | public void channelActive(ChannelHandlerContext ctx) throws Exception { | ||||
globalConnectionPool.createConnection(ctx.channel()); | globalConnectionPool.createConnection(ctx.channel()); | ||||
String remoteAddress = getRemoteAddress(ctx); | |||||
} | } | ||||
@Override | @Override | ||||