Questions tagged [ihubcontext]

1 questions
1
vote
1 answer

ASP.NET Core SignalR, how to get an instance of the Hub from the application to notify without being already in the Hub

It seems that Microsoft has made changes to SignalR. At least I think. I created a new project and the dependencies are: Microsoft.AspNetCore.SignalR.Common Microsoft.AspNetCore.SignalR.Protocols.Json It is not: Microsoft.AspNet.SignalR ...which…