作者 crossoverJie

:white_check_mark: Adding tests.

... ... @@ -44,6 +44,10 @@ public class HeartBeatSimpleHandle extends SimpleChannelInboundHandler<CustomPro
}
@Override
public void channelActive(ChannelHandlerContext ctx) throws Exception {
}
@Override
protected void channelRead0(ChannelHandlerContext ctx, CustomProtocol customProtocol) throws Exception {
LOGGER.info("customProtocol={}", customProtocol);
... ...