7 writes to CloseException
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionContext.cs (7)
310CloseException = ex; 348CloseException = ex; 368CloseException = ex; 399CloseException = ex; 428CloseException = ex; 466CloseException = ex; 761CloseException ??= new OperationCanceledException($"Client hasn't sent a message/ping within the configured {nameof(HubConnectionContextOptions.ClientTimeoutInterval)}.");
1 reference to CloseException
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
197await HubOnDisconnectedAsync(connection, connection.CloseException);