From d5c4eb3310868e67fa02c7bbc4db9fb6c8285d1a Mon Sep 17 00:00:00 2001 From: xjl <2595686544@qq.com> Date: Fri, 26 Jul 2024 17:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Cloud/Client/CloudClientMgr.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Service/Cloud/Client/CloudClientMgr.cs b/Service/Cloud/Client/CloudClientMgr.cs index 07c74b0..b1471f4 100644 --- a/Service/Cloud/Client/CloudClientMgr.cs +++ b/Service/Cloud/Client/CloudClientMgr.cs @@ -76,7 +76,6 @@ public class CloudClientMgr CloudClient.AutoReConnect = true; CloudClient.InitHandler(); - var ddddd = CloudClient.Connected; Task.Run(() => CloudClient.Connect()); RedisHelper? redisHelper = AppInfo.Container.Resolve(); @@ -197,9 +196,8 @@ public class CloudClientMgr } }); - - StartAsyncLoop(); + StartAsyncLoop(); }