#
Junjie
2025-05-13 87faf38ea97fffccc3cb4b16872da0188129aa66
src/main/java/com/zy/core/thread/impl/NyShuttleThread.java
@@ -1194,7 +1194,10 @@
           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");
           this.socket.close();
           this.socket = null;
       }
    }