mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #275] File Manager Disconnected #132
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#132
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 @gozilla-paradise on GitHub (Jul 10, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/275
Originally assigned to: @MaxXor on GitHub.
Hello, I have an issue when trying to download file larger than approximately 1-2 MB using the yesterday build.
When downloading file(large and small) with local machine, the file manager work just fine, but if i'm trying to download file (1MB ++ ) from remote PC, the connection was lost and disappeared then it reappeared after a while.
@gozilla-paradise commented on GitHub (Jul 10, 2015):
It can download only 2mb from 19mb
@MaxXor commented on GitHub (Jul 10, 2015):
Thanks, I can reproduce this and already partly fixed it. Now it seems only to disconnect when the file is over 300MB. I will push the commits soon.
@roadrout commented on GitHub (Jul 10, 2015):
same problem.
@MaxXor commented on GitHub (Jul 10, 2015):
Will be fixed today. :)
@MaxXor commented on GitHub (Jul 10, 2015):
Can you test if the bug is fixed for files < 400MB?
@gozilla-paradise commented on GitHub (Jul 11, 2015):
Okay, will test and gonna report it here
@yankejustin commented on GitHub (Jul 11, 2015):
@MaxXor Have you found the reason it was not initially working, or was the logic for networking just flawed in this area?
@yankejustin commented on GitHub (Jul 11, 2015):
I now have some free time again, and I would certainly not mind cleaning up this area before going back to the Registry Editor!
@MaxXor commented on GitHub (Jul 11, 2015):
@yankejustin The networking was the problem here. You can work on the registry editor, I'll do this here. :)
@yankejustin commented on GitHub (Jul 11, 2015):
Got it. I have a request since I have to go to work for a while: would you mind helping me fix some conflicts from all of the commits since I last was able to work on the Registry Editor and submit a PR to that branch? It would help very much. :)
Thank you!
@gozilla-paradise commented on GitHub (Jul 11, 2015):
I've tried download 120 MB file, it's working fine. I think this commit resolved the problem.
@MaxXor commented on GitHub (Jul 11, 2015):
@AlienHack Nice to hear that it's working! Thanks.