1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionSendBenchmark.cs (1)
67
_hubConnection
= hubConnectionBuilder.Build();
3 references to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionSendBenchmark.cs (3)
68
_hubConnection
.StartAsync().GetAwaiter().GetResult();
87
_hubConnection
.StopAsync().GetAwaiter().GetResult();
93
return
_hubConnection
.SendCoreAsync("Dummy", _arguments);