ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlWifiLogic.cs
@@ -411,14 +411,11 @@ } //重新初始化Socket ZigBee.Common.Application.FindGateWaySocket.Stop(); System.Threading.Thread.Sleep(100); //断掉本地连接 HdlGatewayLogic.Current.ClearAllRealGatewayConection(true); HdlGatewayLogic.Current.ClearAllRealGateway(); //断掉远程 ZigBee.Device.ZbGateway.DisConnectRemoteMqttClient(); //如果是wifi if (value == 2) { ZigBee.Common.Application.FindGateWaySocket.Start();