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