download_bytes does not appear to place nice with asynchrony
krunch3r76 opened this issue · 1 comments
krunch3r76 commented
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)
krunch3r76 commented
solved in alpha-v7.5 after callback became fully asynchronous (with help of the executor thread pool)