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