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
From my understanding of the code i've read,
50051 is used only for testing in /test_udp_discovery.py and other test files with other ports(5052/3/4).
But in main.py it uses find_available_port function imported from helpers.py which selects port randomly from port 49152 to 65535, and avoids using same port again and again.
I even tried running sudo lsof -i -P -n | grep LISTEN(which tells which ports are in use) on my computer and run exo twice.
In first run, exo 14131 tanishk 17u IPv6 130934 0t0 TCP *:64296 (LISTEN) exo 14131 tanishk 18u IPv4 130938 0t0 TCP *:52415 (LISTEN)
What if one wants to share machines over the internet ?
Its port 50051, is it ?
HD.
The text was updated successfully, but these errors were encountered: