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