4 references to WriteAck
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisProtocolBenchmark.cs (2)
45_writtenAck = RedisProtocol.WriteAck(42); 55RedisProtocol.WriteAck(42);
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
507await PublishAsync(_channels.Ack(groupMessage.ServerName), RedisProtocol.WriteAck(groupMessage.Id));
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisProtocolTests.cs (1)
52var encoded = RedisProtocol.WriteAck(testData.Decoded);