2 writes to _protocol
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));
10 references to _protocol
Microsoft.AspNetCore.SignalR.StackExchangeRedis (10)
RedisHubLifetimeManager.cs (10)
155var message = _protocol.WriteInvocation(methodName, args); 162var message = _protocol.WriteInvocation(methodName, args, excludedConnectionIds: excludedConnectionIds); 179var message = _protocol.WriteInvocation(methodName, args); 188var message = _protocol.WriteInvocation(methodName, args); 197var message = _protocol.WriteInvocation(methodName, args, excludedConnectionIds: excludedConnectionIds); 204var message = _protocol.WriteInvocation(methodName, args); 246var payload = _protocol.WriteInvocation(methodName, args); 261var payload = _protocol.WriteInvocation(methodName, args); 279var payload = _protocol.WriteInvocation(methodName, args); 399var messageBytes = _protocol.WriteInvocation(methodName, args, invocationId, returnChannel: _channels.ReturnResults);