We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When binding to a variable port the strategy is to choose a random port. This sounds like a real bad idea leading to random errors and other fun.
Should instead bind to port 0 in all cases where we currently listen randomly as this lets the os choose a suitable port.
The text was updated successfully, but these errors were encountered:
0 is too special, I propose 15319, the date of the initial commit (2015-3-19)
15319
Sorry, something went wrong.
No branches or pull requests
When binding to a variable port the strategy is to choose a random port. This sounds like a real bad idea leading to random errors and other fun.
Should instead bind to port 0 in all cases where we currently listen randomly as this lets the os choose a suitable port.
The text was updated successfully, but these errors were encountered: