mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #864] Still Large File Downloading is not working . #588
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#588
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maamirh on GitHub (Aug 13, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/864
I use this link CI: https://ci.appveyor.com/project/MaxXor/quasar/build/job/jyim27sccqhr39yw/artifacts and build the project again but still gaining the same problem in both binaries when downloading cross to 90% I am getting reading error and the downloaded file is disappearing.
I am using Windows 7 under VM and the latest version of Visual Studio 2019.
@MaxXor commented on GitHub (Aug 13, 2020):
You need to re-deploy the client.
@maamirh commented on GitHub (Aug 13, 2020):
I used your given link latest version binary but face the same problem then I pull from the Master branch and again re-build the project but the problem exists again.
@MaxXor commented on GitHub (Aug 13, 2020):
What I tried to say was: You need to create a new client using the Quasar.exe you just downloaded because both the client and server needs to be replaced.
@maamirh commented on GitHub (Aug 14, 2020):
Now it's fixed. I update both client and server and now I successfully download 2GB files. Thanks for the wonderful product.