2 references to TestGroupName
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
BroadcastBenchmark.cs (2)
53
_hubLifetimeManager.AddToGroupAsync(connection.ConnectionId,
TestGroupName
).GetAwaiter().GetResult();
64
return _hubContext.Clients.Group(
TestGroupName
).SendAsync("Method");