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

Finding free port #3

Open
antirotor opened this issue Apr 29, 2024 · 0 comments
Open

Finding free port #3

antirotor opened this issue Apr 29, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@antirotor
Copy link
Member

This hardcoded port is causing me a lot of issues. Maybe it is because of running docker on my machine that is opening tons of random ports. With the use of find_free_port() is actually works better. Do we know why it was commented out?

# self.port = self.find_free_port()
self.port = 64111

@antirotor antirotor added the type: bug Something isn't working label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant