[PR #49] [CLOSED] Improved Client Behavior #961

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/49
Author: @ghost
Created: 4/9/2015
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/49 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/9/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`29e64c4`](https://github.com/quasar/Quasar/commit/29e64c41eed8a63992d45a329cdcad861b482c87) Improved Client Behavior ### 📊 Changes **1 file changed** (+492 additions, -399 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Commands/CommandHandler.cs` (+492 -399) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:37 +03:00
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#961
No description provided.