puzhibing
2025-06-03 f58d0913c810c68c550e5b12da64dbdeb0d0c1f0
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/server/DOWNConnectRspService.java
@@ -76,12 +76,14 @@
         }
         if (times >= 18) {
            UPConnect ipAndPort = ChannelMap.getIpAndPort(inferiorPlatformId);
            if(null != ipAndPort){
            boolean b = connectReqService.downConnect(inferiorPlatformId, ipAndPort.getDownLinkIp(), ipAndPort.getDownLinkPort(), ipAndPort.getVerifyCode());
            if (b) {
               times = 0;
            } else {
               times++;
            }
            }
         } else {
            times++;
         }