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(); }