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