1 override of OnDisconnectedAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
111public override async Task OnDisconnectedAsync(HubConnectionContext connection, Exception? exception)
1 reference to OnDisconnectedAsync
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
233await _dispatcher.OnDisconnectedAsync(connection, disconnectException);