You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
0
.Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered: