2 instantiations of DefaultHubMessageSerializer
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));
2 references to DefaultHubMessageSerializer
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
Internal\RedisProtocol.cs (2)
16
private readonly
DefaultHubMessageSerializer
_messageSerializer;
18
public RedisProtocol(
DefaultHubMessageSerializer
messageSerializer)