1 write to _redisServerConnection
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
746_redisServerConnection = await _options.ConnectAsync(writer);
7 references to _redisServerConnection
Microsoft.AspNetCore.SignalR.StackExchangeRedis (7)
RedisHubLifetimeManager.cs (7)
375_redisServerConnection?.Dispose(); 736if (_redisServerConnection == null) 741if (_redisServerConnection == null) 759_bus = _redisServerConnection.GetSubscriber(); 761_redisServerConnection.ConnectionRestored += (_, e) => 773_redisServerConnection.ConnectionFailed += (_, e) => 788if (_redisServerConnection.IsConnected)