lbry-sdk
lbry-sdk copied to clipboard
More network_loop() exception handling and fix for sleep_delay.
Fixes #3699
sleep_delay seemed to not work as originally intended --- the asyncio.sleep(30) was always a fixed delay.