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();
736
if (
_redisServerConnection
== null)
741
if (
_redisServerConnection
== null)
759
_bus =
_redisServerConnection
.GetSubscriber();
761
_redisServerConnection
.ConnectionRestored += (_, e) =>
773
_redisServerConnection
.ConnectionFailed += (_, e) =>
788
if (
_redisServerConnection
.IsConnected)