3 references to _excludedConnectionIds
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
RedisHubLifetimeManagerBenchmark.cs (3)
70
_excludedConnectionIds
.Add(_clients[i].Connection.ConnectionId);
144
await _manager1.SendAllExceptAsync("Test", _args,
_excludedConnectionIds
);
150
await _manager1.SendGroupExceptAsync("Everyone", "Test", _args,
_excludedConnectionIds
);