krunch3r76/entropythief

download_bytes does not appear to place nice with asynchrony

krunch3r76 opened this issue · 1 comments

currently it has been necessary to await each task download, but the asynchronous model is designed to attend to many pending io operations (as from other tasks) at once. the problem may be with the callback, and that is being investigated as of this writing (at tag alpha-v7.4)

solved in alpha-v7.5 after callback became fully asynchronous (with help of the executor thread pool)