© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
31 replies
Steel

SignalR Groups not working

Nothing special, just trying to use groups in SignalR and it's just not working. Am I doing something wrong, and if not, anyone see this issue before?

.NET 8

Works
await _hubContext.Clients.All.SendAsync("Test");
await _hubContext.Clients.All.SendAsync("Test");


Doesn't work
await _hubContext.Groups.AddToGroupAsync(HttpContext.Connection.Id, "Pizza");
await _hubContext.Clients.Group("Pizza").SendAsync("Test");
await _hubContext.Groups.AddToGroupAsync(HttpContext.Connection.Id, "Pizza");
await _hubContext.Clients.Group("Pizza").SendAsync("Test");
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ SignalR Not working
C#CC# / help
4mo ago
✅ Groups & Clients in SignalR not taking requests.
C#CC# / help
13mo ago
✅ SignalR authentication not working
C#CC# / help
2y ago
✅ Help Using SignalR with Groups
C#CC# / help
11mo ago