3 writes to ErrorCount
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
334
retryContext.
ErrorCount
++;
357
retryContext.
ErrorCount
= 0;
473
retryContext.
ErrorCount
= 0;
4 references to ErrorCount
Aspire.Dashboard (4)
ServiceClient\DashboardClient.cs (4)
309
if (retryContext.
ErrorCount
> 0)
314
var delay = ExponentialBackOff(retryContext.
ErrorCount
, maxSeconds: 15);
336
_logger.LogError(ex, "Error #{ErrorCount} watching resources.", retryContext.
ErrorCount
);
348
var call = _client!.WatchResources(new WatchResourcesRequest { IsReconnect = retryContext.
ErrorCount
!= 0 }, headers: _headers, cancellationToken: cancellationToken);