leiy 1 anno fa
parent
commit
822f07ecd7

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/SignalR/Hubs/ChatHub.cs

@@ -41,7 +41,7 @@ namespace OASystem.API.OAMethodLib.Hub.Hubs
 
             }
             //给当前连接返回消息
-            await Clients.Client(connid).SendAsync("SignalRLoginResponse", status);
+            //await Clients.Client(connid).SendAsync("SignalRLoginResponse", status);
         }
 
         /// <summary>