chore: v2.6.33
[poolifier.git] / src / pools / selection-strategies / round-robin-worker-choice-strategy.ts
index 7968e621d49df510c06ad2bd4899b56770b3b163..7356a0bc2f4b376ef53eb205529cddeddbd0f434 100644 (file)
@@ -32,7 +32,7 @@ export class RoundRobinWorkerChoiceStrategy<
 
   /** @inheritDoc */
   public reset (): boolean {
-    this.nextWorkerNodeKey = 0
+    this.resetWorkerNodeKeyProperties()
     return true
   }