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)
59for (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); 79tasks[i] = ConnectClient(_clients[i], protocol, user, group); 80_ = ConsumeAsync(_clients[i]); 132await _manager1.SendConnectionAsync(_clients[0].Connection.ConnectionId, "Test", _args);