From bf661b5c1ccd7c13c5f0aeac2887706cd51d6751 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 26 May 2025 16:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gather/detection/util/socket/WebServiceManager.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/detection/src/main/java/com/njcn/gather/detection/util/socket/WebServiceManager.java b/detection/src/main/java/com/njcn/gather/detection/util/socket/WebServiceManager.java index 455c1e79..be8ebf1f 100644 --- a/detection/src/main/java/com/njcn/gather/detection/util/socket/WebServiceManager.java +++ b/detection/src/main/java/com/njcn/gather/detection/util/socket/WebServiceManager.java @@ -55,9 +55,9 @@ public class WebServiceManager { channel.writeAndFlush(wd); }else { log.error("{}-websocket推送消息失败;当前用户-{}-客户端已经断开连接", LocalDateTime.now(),userId); - PreDetectionParam param = preDetectionParamMap.get("preDetectionParam"); - CnSocketUtil.quitSend(param); - CnSocketUtil.quitSendSource(param); +// PreDetectionParam param = preDetectionParamMap.get("preDetectionParam"); +// CnSocketUtil.quitSend(param); +// CnSocketUtil.quitSendSource(param); } }