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