#
Junjie
2025-05-13 2a23da35f1064e5037c68f1019e2329c9da54544
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;
       }
    }