2 references to RedisProtocol
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
78
_protocol = new
RedisProtocol
(new DefaultHubMessageSerializer(hubProtocolResolver, globalHubOptions.Value.SupportedProtocols, hubOptions.Value.SupportedProtocols));
83
_protocol = new
RedisProtocol
(new DefaultHubMessageSerializer(hubProtocolResolver, supportedProtocols, null));