1 write to ExcludedConnectionIds
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisInvocation.cs (1)
27ExcludedConnectionIds = excludedConnectionIds;
3 references to ExcludedConnectionIds
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
RedisHubLifetimeManager.cs (3)
465if (invocation.ExcludedConnectionIds == null || !invocation.ExcludedConnectionIds.Contains(connection.ConnectionId)) 626if (invocation.ExcludedConnectionIds?.Contains(groupConnection.ConnectionId) == true)