© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
25 replies
OneDeveloper

✅ SignalR in .Net 6 Web API

If i am configuring this in program.cs file
builder.Services.AddSignalR();
and app.MapHub<SignalRHub>("/signalr");

does this mean it can fire events at all time?
I have to keep sending the events to a angular client from a large file upload operation.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ ASP.NET Core Web Api + SignalR
C#CC# / help
2y ago
✅ Authorization in ASP.NET Web Api
C#CC# / help
2y ago
.NET 6 ASP.NET API [Answered]
C#CC# / help
4y ago
.NET 6 web api - HttpClient.PostAsync not hitting HttpPost in controller
C#CC# / help
2y ago