im_lib/src/main/java/com/anyun/im_lib/netty/NettyTcpClient.java
@@ -337,7 +337,8 @@
            return;
        }
        try {
            MyLog.i(PlatFormConstant.TAG, "客户端消息(转义后):"+ BytesUtils.bytesToHexString(msg));
            //0206消息太多了 ,再说打了消息内容也看不懂,不打了 21/4/15
//            MyLog.i(PlatFormConstant.TAG, "客户端消息(转义后):"+ BytesUtils.bytesToHexString(msg));
            ByteBuf byteBuf = ByteBufAllocator.DEFAULT.ioBuffer();
            byteBuf.writeBytes(msg);
            channel.writeAndFlush(byteBuf);