Expose ConnectionId on SignalR Clients #8681
Labels
accepted
This issue has completed "acceptance" testing (including accessibility)
area-signalr
Includes: SignalR clients and servers
Done
This issue has been fixed
feature-client-java
Related to the SignalR Java client
feature-client-javascript
Related to the SignalR JS client
feature-client-net
Related to the SignalR .NET client
Milestone
We've had users ask about how to get a client's connectionId Our current guidance to users on how to get it is to create a Hub method to return it to them e.g.
Which is less than ideal.
Another thing we planned on doing for the
onReconnected
events is making it have a single parameter which would be the client's new connectionId.The text was updated successfully, but these errors were encountered: