1 instantiation of DefaultMessagePackHubProtocolWorker
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocol.cs (1)
50
_worker = new
DefaultMessagePackHubProtocolWorker
(options.Value.SerializerOptions);
1 reference to DefaultMessagePackHubProtocolWorker
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocol.cs (1)
24
private readonly
DefaultMessagePackHubProtocolWorker
_worker;