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)
57
internal bool UsingStatefulReconnect() =>
_useStatefulReconnect
;
463
if (
_useStatefulReconnect
&& _connectionContext.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)