mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
The bridge transport uses requests.post, which uses socket.getaddrinfo under the hood, which on some OSes (MacOS, Windows) in CPython takes a lock. The enumerate method for the bridge transport can block for 10-30 seconds while waiting for this lock. |
||
---|---|---|
.. | ||
__init__.py | ||
client.py | ||
clientbase.py | ||
cmdline.py | ||
qt.py | ||
qt_generic.py | ||
transport.py | ||
trezor.py |