2 references to TcpClientRetryTimeoutMs
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
499
_logger?.LogTrace($"Failed connecting {_tcpClientAddress}, wait {
TcpClientRetryTimeoutMs
} ms before retrying.");
503
await Task.Delay(
TcpClientRetryTimeoutMs
, token).ConfigureAwait(false);