2 references to ReadCompletion
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
648
var completion = RedisProtocol.
ReadCompletion
(channelMessage.Message);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisProtocolTests.cs (1)
256
var completionMessage = RedisProtocol.
ReadCompletion
(testData.Encoded);