-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Feature: add --find-port
parameter
#364
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
Conversation
I think this should be implemented as |
@harttle would you have time/interest in writing some tests for this new feature? The code looks good, and the use case you expressed in #386 (comment) may not be that uncommon (i.e. wanting a port "above" a certain number). Thanks! |
This should be sufficient, yet not complete. Since |
Given the discussion in #386, would this feature maybe be better implemented as a My concern with the @BigBlueHat @harttle @ahmetb any thoughts on a |
What is the status of this PR? Any possibility of implementing it ? |
Sorry I forgot this for a white and deleted that forked repo unexpectedly, I tried and could not restore that commit which is needed to continue patching this pull request. It's confirmed by this question from stackexchange. If that's the way, we should open another PR for #386 and this should be closed. @thornjad |
Closing since the fork is gone, and we have #544 |
Find a free port when the port given by
-p
is not available. Solves #363