#
Junjie
2025-05-13 2c02743c1e3f71ba11e1807da0fa6cd01781013d
#
1个文件已修改
4 ■■■ 已修改文件
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java
@@ -1195,7 +1195,9 @@
//            System.out.println("Sent message to server: " + JSON.toJSONString(httpCommand));
       }catch (Exception e) {
//           e.printStackTrace();
           System.out.println("socket write error");
//           System.out.println("socket write error");
           this.socket.close();
           this.socket = null;
       }
    }