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

Delete random port code and replace with usage of system 0 port. #34

Open
antazoey opened this issue Mar 19, 2022 · 0 comments
Open

Delete random port code and replace with usage of system 0 port. #34

antazoey opened this issue Mar 19, 2022 · 0 comments
Labels
category: feature New feature or request

Comments

@antazoey
Copy link
Member

Overview

Seems like letting the system handle randomizing the port works just as good (if not better) as our own custom functionality.
We could delete a lot of code and just delegate to the system, as suggested by someone on telegram.

Later on, we can a deterministic port selecting approach

Specification

  • Delete code for port selecting
  • Delete related configs for that
  • When user says "auto", use port of 0.
  • tada!

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

@antazoey antazoey added the category: feature New feature or request label Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant