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