1 write to _useStatefulReconnect
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
597_useStatefulReconnect = true;
2 references to _useStatefulReconnect
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (2)
57internal bool UsingStatefulReconnect() => _useStatefulReconnect; 463if (_useStatefulReconnect && _connectionContext.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)