From 541c9684aa596776e4430e1cdba7843c2646a1d0 Mon Sep 17 00:00:00 2001 From: CZ Date: Wed, 31 Jul 2024 13:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=B9=B3=E5=8F=B0=E6=96=AD=E5=BC=80?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=A4=84=E5=8A=A0=E4=BC=91=E7=9C=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Cloud/Client/CloudClient.cs | 1 + 1 file changed, 1 insertion(+) 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;