mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[PR #49] [CLOSED] Improved Client Behavior #961
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#961
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?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/49
Author: @ghost
Created: 4/9/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
29e64c4Improved Client Behavior📊 Changes
1 file changed (+492 additions, -399 deletions)
View changed files
📝
Client/Core/Commands/CommandHandler.cs(+492 -399)📄 Description
Added threading to all client commands. Initially added this
specifically for the messagebox command. Running remote desktop and
sending a messagebox to the client, the client would hang on the
messagebox portion until messagebox button was pressed. All the
commands will benefit from being threaded especially when multi-tasking
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.