Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rapidly triggering new artworks is causing multiple parallel downloads #67

Open
jvolker opened this issue Oct 12, 2019 · 0 comments
Open
Labels

Comments

@jvolker
Copy link
Collaborator

jvolker commented 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):

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.

@jvolker jvolker changed the title Triggering new downloads rapidly not solved properly Rapidly triggering new downloads causing multiple parallel downloads Oct 12, 2019
@jvolker jvolker changed the title Rapidly triggering new downloads causing multiple parallel downloads Rapidly triggering new artworks is causing multiple parallel downloads Oct 12, 2019
@jvolker jvolker added the bug label Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant