VisionSystemsInc / terra

Terra - Run your algorithm anywhere on earth
MIT License
0 stars 3 forks source link

Add support for port 0 for logging #192

Open andyneff opened 6 months ago

andyneff commented 6 months ago

Starting multiple terra runs in quick succession can hit a race condition in the log port if each process is manually checking if a port is available.

A good solution is to just let the OS pick a port for you (via port 0). But we need to add special support for this.


I've investigated the future compatibility of this feature some.