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