diff --git a/Service/Cloud/Client/CloudClient.cs b/Service/Cloud/Client/CloudClient.cs index f7e7dab..8d05a8f 100644 --- a/Service/Cloud/Client/CloudClient.cs +++ b/Service/Cloud/Client/CloudClient.cs @@ -385,6 +385,7 @@ public class CloudClient : IMqttClientConnectedHandler, IMqttApplicationMessageR Connected = false; if (AutoReConnect) { + Thread.Sleep(5000); Connect(); } return Task.CompletedTask;