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

Some files are missed if send many requests together #79

Open
vokson opened this issue Sep 19, 2022 · 1 comment
Open

Some files are missed if send many requests together #79

vokson opened this issue Sep 19, 2022 · 1 comment

Comments

@vokson
Copy link

vokson commented Sep 19, 2022

Good Day,
I try to download many small files (<50 Kb). My JS sends 20 requests togther in order to download 20 files. I have checked that all 20 responses have been received correctly. I have also checked that for 20 files tempLinks in file-download.js have been clicked and then removed after timeout.
Problem is I can't download all requested files. More over each time I download different count of files 13/20, 16/20, 19/20. Rarely 20/20. I tried to increase timeout in file-download.js, but it didn't helped.
If I decrease count of simultaneous requests, situation becomes better. If count of simultaneous request = 1, I always receive 20 files correctly.
Please, help. Do you have any idea?

@vokson
Copy link
Author

vokson commented Oct 3, 2022

I found, that problem in Chrominium engine (Chrome, Edge). Firefox works fine. Safari - don't know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant