#
Junjie
2025-05-12 0af053b4fe61ff46cebaca25ad4dff77a5c9dd40
#
1个文件已修改
3 ■■■■ 已修改文件
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java
@@ -1194,7 +1194,8 @@
           writer.flush();
//            System.out.println("Sent message to server: " + JSON.toJSONString(httpCommand));
       }catch (Exception e) {
           e.printStackTrace();
//           e.printStackTrace();
           System.out.println("socket write error");
       }
    }