mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #272] Client not responding #128
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#128
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 @werkamsus on GitHub (Jul 6, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/272
Originally assigned to: @MaxXor on GitHub.
If you try to either click multiple times in Remote Desktop, or keep Remote Desktop + Task Manager open at the same time, the client won't respond anymore. Although the process is still open and it is running the while (_connected) { Application.DoEvents(); Thread.Sleep(2500); } loop in Program.cs .
I've been trying to find a way to prevent this, but haven't come up with a solution yet.
Help would be very much appreciated :)
@MaxXor commented on GitHub (Jul 6, 2015):
Thanks for the bug report!
Seems like the client can not receive messages anymore then. I'll look into this.
@werkamsus commented on GitHub (Jul 6, 2015):
Yeah, it seems as if it just stops to respond to anything if you send too many / different packets in quick succession
@MaxXor commented on GitHub (Jul 8, 2015):
I think this should be fixed now, the File Manager bug too. :)
Can you confirm with the latest commits?
@werkamsus commented on GitHub (Jul 8, 2015):
Can confirm that the bug is fixed locally, have to wait for a friend to assist me in order to confirm it to be working in a real environment.
Thanks for the fix! :)