You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in #64 if downloads are triggered rapidly causes in multiple simultaneous downloads and leads to chaos. The same issue can occur if the frame looses and reestablishes the connection to the pubsub server: #64 (comment)
0cce2a5 fixes some of #64 (comment). 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.
So it's not entirely fixed yet and needs some more work.
The text was updated successfully, but these errors were encountered:
jvolker
changed the title
Triggering new downloads rapidly not solved properly
Rapidly triggering new downloads causing multiple parallel downloads
Oct 12, 2019
jvolker
changed the title
Rapidly triggering new downloads causing multiple parallel downloads
Rapidly triggering new artworks is causing multiple parallel downloads
Oct 12, 2019
As described in #64 if downloads are triggered rapidly causes in multiple simultaneous downloads and leads to chaos. The same issue can occur if the frame looses and reestablishes the connection to the pubsub server: #64 (comment)
There a partial fix available in #65 (comment):
So it's not entirely fixed yet and needs some more work.
The text was updated successfully, but these errors were encountered: