We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a059c commit 95d90bdCopy full SHA for 95d90bd
packages/core/src/session_pool/session_pool.ts
@@ -162,7 +162,7 @@ export class SessionPool extends EventEmitter {
162
protected persistenceOptions: PersistenceOptions;
163
protected isInitialized = false;
164
protected sessionPoolReuseStrategy: SessionPoolReuseStrategy;
165
-
+
166
// For round-robin strategy
167
private roundRobinIndex = 0;
168
// For use-until-failure strategy
0 commit comments