C#C
C#9mo ago
M!RFAN

SignalR

await _hubContext.Groups.AddToGroupAsync(HttpContext.Connection.Id, "MND");
await _hubContext.Clients.Group("MND").SendAsync("InvokeNotification", User.Identity.Name, "responseMessage");

Not working and I can't find out whether the user is added to group or not
Was this page helpful?