2 references to WrappedHubProtocol
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisHubLifetimeManagerBenchmark.cs (2)
98
? new
WrappedHubProtocol
($"json_{i}", new NewtonsoftJsonHubProtocol())
99
: new
WrappedHubProtocol
($"messagepack_{i}", new MessagePackHubProtocol());