4 references to ChatHubName
WebPubSubWeb (4)
Program.cs (4)
5builder.AddKeyedAzureWebPubSubServiceClient("wps1", Constants.ChatHubName); 34app.MapGet("/negotiate/chat", ([FromKeyedServices(Constants.ChatHubName)] WebPubSubServiceClient service) => 53app.Map($"/eventhandler/{Constants.ChatHubName}", async ([FromKeyedServices(Constants.ChatHubName)] WebPubSubServiceClient service, HttpContext context, ILogger logger) => {