2 references to SendCloseAsync
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
392
await
SendCloseAsync
(connection, ex, allowReconnect: false);
437
await
SendCloseAsync
(connection, exception, connection.AllowReconnect);