[GH-ISSUE #273] File Manager Bug #131

Closed
opened 2026-02-27 15:48:59 +03:00 by kerem · 0 comments
Owner

Originally created by @werkamsus on GitHub (Jul 7, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/273

If you try to download a file that either exceeds a certain file size (approximately 4mb, could be more / less depending on bandwith) the client goes in the same no-response loop as with the Remote Desktop Bug, and shows a negative download ID.
This connection issue does NOT crash the client, and the idle loop on its 2500ms sleep timer continues to run.

This might have something to do with maxing out the users bandwith, thus causing the issue.

A possible solution would be that if the host is reachable, but no 'idle' packet is received in a while the client automatically restarts.
I'm currently fixing this locally by auto-restarting the client every 30 minutes.

Originally created by @werkamsus on GitHub (Jul 7, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/273 If you try to download a file that either exceeds a certain file size (approximately 4mb, could be more / less depending on bandwith) the client goes in the same no-response loop as with the Remote Desktop Bug, and shows a negative download ID. This connection issue does NOT crash the client, and the idle loop on its 2500ms sleep timer continues to run. This might have something to do with maxing out the users bandwith, thus causing the issue. A possible solution would be that if the host is reachable, but no 'idle' packet is received in a while the client automatically restarts. I'm currently fixing this locally by auto-restarting the client every 30 minutes.
kerem 2026-02-27 15:48:59 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#131
No description provided.