Closed Y-Sindo closed 3 years ago
So that we can reuse AzureSignalRClient when we want to negotiation on a specified endpoint.
AzureSignalRClient
var azureSignalRClient = new AzureSignalRClient(serviceHubContext.WithEndpoint(...));
So that we can reuse
AzureSignalRClient
when we want to negotiation on a specified endpoint.