Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix multiple routines when listen.port is zero #1057

Merged
merged 1 commit into from Jan 8, 2024
Merged

Conversation

wadey
Copy link
Member

@wadey wadey commented Jan 8, 2024

This used to work correctly when the multiple routines work was first added in #382, but an important part to discover the listen port before opening the other listeners on the same socket was lost in this PR: #653.

This change should fix the regression and allow multiple routines to work correctly when listen.port is set to 0.

Thanks to @rawdigits for tracking down and discovering this regression.

This used to work correctly because when the multiple routines work was
first added in #382, but an important part to discover the listen port
before opening the other listeners on the same socket was lost in this
PR: #653.

This change should fix the regression and allow multiple routines to
work correctly when listen.port is set to `0`.

Thanks to @rawdigits for tracking down and discovering this regression.
@wadey wadey added this to the v1.9.0 milestone Jan 8, 2024
@wadey wadey modified the milestones: v1.9.0, v1.8.2 Jan 8, 2024
@wadey wadey merged commit 0564d0a into master Jan 8, 2024
7 checks passed
@wadey wadey deleted the fix-routines-port-zero branch January 8, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants