RestartService/RestartService/Monitor/EmqxClientMonitor.cs
@@ -27,14 +27,13 @@ if (result.code != 0) { throw new Exception("响应数据异常"); throw new Exception("EMQX服务响应异常"); } if (result.data.Count == 0) { throw new Exception("响应数据异常"); throw new Exception("MQTT重连失败,服务不可用!"); } DeviceCacheExCount = 0; } catch (Exception exc)