OpenframeProject / Openframe

Openframe Frame Controller (alpha)
GNU General Public License v3.0
314 stars 18 forks source link

Rewrite of the downloader #65

Closed jvolker closed 4 years ago

jvolker commented 5 years ago

based on Node request. Clearer error logging and debugging output. #50

jvolker commented 5 years ago

https://github.com/OpenframeProject/Openframe/pull/65/commits/0cce2a54e4191902c385ecd59a7626bf600568f3 fixes some of https://github.com/OpenframeProject/Openframe/issues/64#issuecomment-539232667. It covers situations where the frame has started a download and cancels if a new download is requested. But it doesn't cover situations where the new download has been requested so quickly that the first download hasn't even started yet.