Closed Syriiin closed 5 years ago
title^ hangs because the http post request doesnt timeout and blocks. can fix hangs by switching out requests for grequests also should handle errors in the case the http post fails so there is some feedback
Fixed in cb4e1a0cc1402170c21af7a304d6dce696f2bbe0 using requests-async (https://github.com/encode/requests-async) instead of grequests.
title^ hangs because the http post request doesnt timeout and blocks. can fix hangs by switching out requests for grequests also should handle errors in the case the http post fails so there is some feedback