leiy hai 1 ano
pai
achega
822f07ecd7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/SignalR/Hubs/ChatHub.cs

+ 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>