Open jakob-grabner opened 6 years ago
Store a list of used ports so we don't need to wait for the emulator start command to finish before starting the next emulator.
What if we go the other way around?
We can find all ports for required amount of emulators upfront (yes there is a race possible until emulator actually allocates the port, but it's a bit more safe I guess)
Store a list of used ports so we don't need to wait for the emulator start command to finish before starting the next emulator.