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)
64
return
_hubContext
.Clients.Group(TestGroupName).SendAsync("Method");
70
return
_hubContext
.Clients.All.SendAsync("Method");