1 override of OnDisconnectedAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
299public override Task OnDisconnectedAsync(HubConnectionContext connection)
1 reference to OnDisconnectedAsync
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
157await _lifetimeManager.OnDisconnectedAsync(connectionContext);