闪变接收数据超时bug

This commit is contained in:
caozehui
2025-04-29 13:13:09 +08:00
parent 2bdaabac6e
commit 2869f66154

View File

@@ -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;