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

support get multiple free local port #4

Open
futurist opened this issue Oct 30, 2024 · 1 comment
Open

support get multiple free local port #4

futurist opened this issue Oct 30, 2024 · 1 comment

Comments

@futurist
Copy link

I have a server want to listen on multiple port, can support this case in one function call?

@ufoscout
Copy link
Owner

ufoscout commented Nov 5, 2024

Each check on a remote or local port is a blocking action. If you need to check multiple ports simultaneously, you’ll either need to manage threads manually or run each check sequentially.

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

No branches or pull requests

2 participants