-
Notifications
You must be signed in to change notification settings - Fork 203
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
Can't know FtCLI random assigned port #622
Comments
@pinaf this is by design. if you want to know the port number, you should do something like this:
This file will be created and will contain the port number. |
@pinaf I should probably add this to class documentation... |
yegor256
pushed a commit
that referenced
this issue
Feb 28, 2016
@yegor256 thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
FtCLI
with--port=0
, the socket is opened on a random port, as expected, but there is no way to know which port was actually allocated.Let's add a method
int port()
that informs this.The text was updated successfully, but these errors were encountered: