suwei
Results
2
issues of
suwei
有相关依赖检测脚本吗?
我正在调试java (服务端) 和 go (客户端) 的通信,客户端 回复消息 服务端无法收到,能帮我看看是否有误吗? java config @Override protected void initChannel(SocketChannel socketChannel) throws Exception { // 获取 pipeline ChannelPipeline pipeline = socketChannel.pipeline(); // 添加各种 handlers pipeline.addLast(new LengthFieldBasedFrameDecoder(ByteOrder.LITTLE_ENDIAN,1024,...