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