Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Nov 25, 2024
1 parent cae0b85 commit 22e4841
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ function createThreadInterceptor (opts) {
return
}

const roundRobinIndex = roundRobin.findIndex(port)
res.setAddress(msg.url, roundRobinIndex, msg.address, false)
res.setAddress(msg.url, msg.index, msg.address, false)
}
}
})
Expand Down

0 comments on commit 22e4841

Please sign in to comment.