leiy 1 年之前
父节点
当前提交
822f07ecd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>