lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.2k stars 483 forks source link

More network_loop() exception handling and fix for sleep_delay. #3718

Open moodyjon opened 1 year ago

moodyjon commented 1 year ago

Fixes #3699

sleep_delay seemed to not work as originally intended --- the asyncio.sleep(30) was always a fixed delay.

coveralls commented 1 year ago

Coverage Status

Coverage decreased (-0.06%) to 56.581% when pulling 154921a0ce55e265d61f7275b25f02ab10b2cdc6 on moodyjon:network_loop1 into 6258651650f851190582be69c92cc476289c0bc8 on lbryio:master.