windows服务,配置程序随系统启动
高胜
2023-05-23 2d80ee122541898b7e3e4dc5507997498be9b484
RestartService/RestartService/Monitor/EmqxPushMonitor.cs
@@ -27,12 +27,12 @@
                        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;