1 write to _closedRequestedRegistration
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
94
_closedRequestedRegistration
= lifetimeNotification.ConnectionClosedRequested.Register(static (state) => ((HubConnectionContext)state!).AbortAllowReconnect(), this);
1 reference to _closedRequestedRegistration
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
897
_closedRequestedRegistration
?.Dispose();