diff --git a/apps/sim/lib/execution/isolated-vm.ts b/apps/sim/lib/execution/isolated-vm.ts index 52d67563a..6d284babf 100644 --- a/apps/sim/lib/execution/isolated-vm.ts +++ b/apps/sim/lib/execution/isolated-vm.ts @@ -468,7 +468,6 @@ function selectOwnerForDispatch(): OwnerState | null { if (owner.queueLength === 0) { owner.burstRemaining = 0 removeOwnerFromRing(ownerKey) - visited++ continue }