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

Fixed Error of Multiple PIDs #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

PharrellWANG
Copy link

@PharrellWANG PharrellWANG commented Feb 2, 2018

Description of the problem:
If the PID output string is 1234\n, i.e., a single PID, the project is able to handle it. But if the PID output string is 1234\n87976\n, i.e., a concatenated string of multiple PIDs, the project cannot handle it. And an error message Enter integer value for port number will jump out.

And this pull request has fixed the bug described above.

PharrellWANG and others added 4 commits February 2, 2018 12:37
… presented in the result of `lsof`, (i.e, when the pid string output is like `1234\n6789\n`)
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

1 participant