2 references to ClientCount
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisHubLifetimeManagerBenchmark.cs (2)
57
_clients = new TestClient[
ClientCount
];
58
var tasks = new Task[
ClientCount
];