robinp7720/Oblecto

Web requests don't always resolve their returned promise

Closed this issue · 0 comments

This problem has eluded me for a while new. https://github.com/robinp7720/Oblecto/blob/master/src/submodules/axiosTimeout.js tried to prevent this issue from blocking the queue by timing out unresolved web requests, however some third party libraries don't to the same which results in the queue worker being blocked and progress halting.