Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid race when allocating ports (#2781)
The port can change between when we increment and when we return the value. This can cause ports to not be unique when calling `Next()`.
- Loading branch information