robinp7720 / Oblecto

Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web requests don't always resolve their returned promise

robinp7720 opened this issue · 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.