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