7 writes to CloseException
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionContext.cs (7)
382CloseException = ex; 420CloseException = ex; 440CloseException = ex; 471CloseException = ex; 500CloseException = ex; 538CloseException = ex; 834CloseException ??= 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)
414await HubOnDisconnectedAsync(connection, connection.CloseException);