From 2869f66154b6e995344f1a83593d78e4151257a8 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 29 Apr 2025 13:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AA=E5=8F=98=E6=8E=A5=E6=94=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=B6=85=E6=97=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gather/detection/handler/SocketDevResponseService.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java b/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java index 9ad6a525..fce1bd64 100644 --- a/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java +++ b/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java @@ -1203,6 +1203,9 @@ public class SocketDevResponseService { break; case NORMAL_RESPONSE: + if (SocketManager.clockMap.containsKey(sourceIssue.getIndex())) { + SocketManager.clockMap.put(sourceIssue.getIndex(), 0L); + } FormalTestManager.realDataXiList.add(devData); break;