1 write to _clients
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisHubLifetimeManagerBenchmark.cs (1)
57
_clients
= new TestClient[ClientCount];
7 references to _clients
Microsoft.AspNetCore.SignalR.Microbenchmarks (7)
RedisHubLifetimeManagerBenchmark.cs (7)
59
for (var i = 0; i <
_clients
.Length; i++)
62
_clients
[i] = new TestClient(protocol: protocol);
70
_excludedConnectionIds.Add(
_clients
[i].Connection.ConnectionId);
76
_sendIds.Add(
_clients
[i].Connection.ConnectionId);
79
tasks[i] = ConnectClient(
_clients
[i], protocol, user, group);
80
_ = ConsumeAsync(
_clients
[i]);
132
await _manager1.SendConnectionAsync(
_clients
[0].Connection.ConnectionId, "Test", _args);