swarmer icon indicating copy to clipboard operation
swarmer copied to clipboard

Speed up emulator port allocation

Open jakob-grabner opened this issue 7 years ago • 1 comments

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.

jakob-grabner avatar Aug 01 '18 06:08 jakob-grabner

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)

artem-zinnatullin avatar Aug 05 '18 08:08 artem-zinnatullin