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
This hardcoded port is causing me a lot of issues. Maybe it is because of running docker on my machine that is opening tons of random ports. With the use of find_free_port() is actually works better. Do we know why it was commented out?
This hardcoded port is causing me a lot of issues. Maybe it is because of running docker on my machine that is opening tons of random ports. With the use of
find_free_port()
is actually works better. Do we know why it was commented out?ayon-version-control/client/version_control/backends/perforce/communication_server.py
Lines 65 to 66 in 91e07fa
The text was updated successfully, but these errors were encountered: