1 write to _hubContext
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
BroadcastBenchmark.cs (1)
58_hubContext = new HubContext<Hub>(_hubLifetimeManager);
2 references to _hubContext
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
BroadcastBenchmark.cs (2)
64return _hubContext.Clients.Group(TestGroupName).SendAsync("Method"); 70return _hubContext.Clients.All.SendAsync("Method");