ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs
@@ -3317,7 +3317,10 @@ DefaultCommunicationTimeout = new TimeSpan(0, 0, 100),//设置超时时间 }; //远程通讯连接,连接云端服务器 await RemoteMqttClient.ConnectAsync(connectCloudMqttClientOptions); if (RemoteMqttClient != null) { await RemoteMqttClient.ConnectAsync(connectCloudMqttClientOptions); } } catch (Exception ex)