yf_zn 10 месяцев назад
Родитель
Сommit
9648562dd2

+ 0 - 5
src/main/java/com/yunfeiyun/agmp/iots/core/manager/ConnectionManager.java

@@ -252,7 +252,6 @@ public class ConnectionManager {
                         break;
                     }
                     case "http": {
-                        httpDeleteDeviceHandle(iotDevice);
                         break;
                     }
                     default: {
@@ -406,10 +405,6 @@ public class ConnectionManager {
         mqttManager.topicBatchUnSubscribeDevices(connId, serviceName, mqttTopicValues);
     }
 
-    private void httpDeleteDeviceHandle(IotDevice iotDevice) {
-        httpManager.deleteHttpConnection(iotDevice.getDevconnBid());
-    }
-
     public void updateCommonManager(TosDevicetype tosDevicetype) {
         List<IotDeviceconnResVo> iotDeviceconnResVos = businessCoreService.selectDevConnResVoListByDevTypeBid(tosDevicetype.getDevtypeBid());
         // 中断设备连接