HDL_ON/DAL/DriverLayer/Control.cs
@@ -285,6 +285,7 @@ } else if (MainPage.InternetStatus == 2) { DAL.Mqtt.MqttClient.InitState(); OpenUdp(DB_ResidenceData.Instance.GatewayType == 0 ? 6000 : 8585); //重置搜索网关标志 IsSearchLocalGatewaySuccessful = false; @@ -311,7 +312,6 @@ System.Threading.Thread.Sleep(500); } DAL.Mqtt.MqttClient.InitState(); }) { IsBackground = true }.Start(); }