2 references to ReadInt64
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (2)
Protocol\MessagePackHubProtocolWorker.cs (2)
288return new AckMessage(ReadInt64(ref reader, "sequenceId")); 293return new SequenceMessage(ReadInt64(ref reader, "sequenceId"));