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