黄学彪
2019-10-15 2bf5ec775cb57d8015bee58c745a1e48081ff1b1
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)