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