Azure SignalR: How to return ConnectionInfo when you don't know UserId in parameters yet?
I have a SignalR service that uses IHostedService to access SignalR on Azure. I'm trying to implement a Negotiate function that returns SignalRConnectionInfo. Problem is i need to pass the UserId into the ConnectionInfo but i don't know it yet…