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