mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
removed ping message
This commit is contained in:
parent
96b83e3387
commit
e56b1b843b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class PingMessageHandler extends SimpleChannelInboundHandler<PingMessage>
|
|||
@Override
|
||||
protected void messageReceived(ChannelHandlerContext ctx, PingMessage msg) throws Exception {
|
||||
ctx.writeAndFlush(pong).addListener(WriteListener.getInstance());
|
||||
logger.info("Received ping. Sending pong");
|
||||
// logger.info("Received ping. Sending pong");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue