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