golemfactory / yapapi

Python high-level API for Golem.
https://yapapi.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
48 stars 23 forks source link

Allow yapapi to chose proxy port randomly from given range #1098

Open lucekdudek opened 1 year ago

lucekdudek commented 1 year ago

When working on https://github.com/golemfactory/dapp-runner/issues/70 we discovered that the most optimal solution to proxy port race condition would be to change yapapi behavior.

Both http_proxy and socket_proxy modules have similar interfaces required port to be specified when initializing


ToDo: