1 write to Id
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisGroupCommand.cs (1)
35
Id
= id;
4 references to Id
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
Internal\RedisProtocol.cs (1)
108
writer.Write(command.
Id
);
RedisHubLifetimeManager.cs (1)
507
await PublishAsync(_channels.Ack(groupMessage.ServerName), RedisProtocol.WriteAck(groupMessage.
Id
));
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (2)
RedisProtocolTests.cs (2)
74
Assert.Equal(testData.Decoded.
Id
, decoded.
Id
);