7 writes to CloseException
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionContext.cs (7)
287CloseException = ex; 315CloseException = ex; 332CloseException = ex; 360CloseException = ex; 386CloseException = ex; 424CloseException = ex; 719CloseException ??= 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);