2 references to ProtocolCount
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisHubLifetimeManagerBenchmark.cs (2)
39
var protocols = GenerateProtocols(
ProtocolCount
).ToArray();
61
var protocol = protocols[i %
ProtocolCount
];