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