3 references to IsConnectionLostException
aspire (3)
Backchannel\AppHostCliBackchannel.cs (3)
171catch (Exception ex) when (_autoReconnect && !cancellationToken.IsCancellationRequested && IsConnectionLostException(ex)) 221catch (Exception ex) when (_autoReconnect && !cancellationToken.IsCancellationRequested && IsConnectionLostException(ex)) 239catch (Exception ex) when (IsConnectionLostException(ex))