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