Relative Content

Tag Archive for .net-coresignalr

Signalr outer calls for separate client

I’m getting message receiving from outer service in controller, with username. I need to separate clients, but can’t get connectionId in controller: hubContext.Clients.Client(connectionId).SendAsync..
What is the best way to separate calls in Signalr by clients, in .net-core?