|
|
@@ -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());
|
|
|
// 中断设备连接
|