im_lib/src/main/java/com/anyun/im_lib/netty/TCPChannelInitializerHandler.java
@@ -9,6 +9,7 @@ import io.netty.channel.ChannelPipeline; import io.netty.handler.codec.FixedLengthFrameDecoder; import io.netty.handler.codec.LengthFieldBasedFrameDecoder; import io.netty.handler.codec.LineBasedFrameDecoder; /** * MyApplication2 @@ -52,6 +53,7 @@ pipeline.addLast(new FixedLengthFrameDecoder(10)); // 测试用 固定长度消息 //握手认证消息相应处理handler // pipeline.addLast(LoginAuthRespHandler.class.getSimpleName(), new LoginAuthRespHandler(imsClient));