We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1648ca commit fafac33Copy full SHA for fafac33
src/ConfigurationClientManager.ts
@@ -152,7 +152,7 @@ export class ConfigurationClientManager {
152
console.warn(`Failed to build fallback clients, ${error.message}`);
153
this.#lastFallbackClientRefreshTime = Date.now();
154
return; // swallow the error when srv query fails
155
- }
+ }
156
157
const srvTargetHosts = shuffleList(result);
158
const newDynamicClients: ConfigurationClientWrapper[] = [];
0 commit comments