Closed tomuben closed 2 years ago
When assigning both ports. we call 2x find_free_port() here. It can happen that find_free_port() returns 2x the same port.
Change find_free_port() to:
def find_free_port(num_ports:int) -> List[int]
Background
When assigning both ports. we call 2x find_free_port() here. It can happen that find_free_port() returns 2x the same port.
Acceptance Criteria
Change find_free_port() to: