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

Commits on Jan 8, 2024

  1. when listen.port is zero, fix multiple routines

    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 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8de748b View commit details
    Browse the repository at this point in the history