windows服务,配置程序随系统启动
高胜
2023-03-27 cf310edb65a9e124b2d0da24077fcc9ffbcde8cd
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;