Connection ID when calling SignalR Core Hub method from Controller
This is a follow-up to another question and answer . What's the effect of calling HubContext.Clients.Caller or HubContext.Clients.Others from the controller? I see it depends on the connection ID . What value would it have in this situation? If the connection ID (and thus Caller and Others ) is invalid then (from within the controller action) how could I obtain a connection ID (for the client currently calling the Web API) that I could use with HubContext.Clients 's methods? What's the effect of calling HubContext.Clients.Caller or HubContext.Clients.Others from the controller? I see it