[PR #45] [MERGED] Bugfix with Remote Desktop #956

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/45
Author: @ghost
Created: 4/6/2015
Status: Merged
Merged: 4/6/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (1)

📊 Changes

2 files changed (+7 additions, -5 deletions)

View changed files

📝 Server/Core/Commands/CommandHandler.cs (+4 -5)
📝 Server/Core/UserState.cs (+3 -0)

📄 Description

Moved static field to property so command handler gets the initial -1
check starting RDP. The command handler is static so if a client disconnects the static field will have the data from the last quality used before disconnecting which caused server to hang using a different quality when starting the RDP


🔄 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/45 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/6/2015 **Status:** ✅ Merged **Merged:** 4/6/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f624028`](https://github.com/quasar/Quasar/commit/f624028755111b9f0474f9196b56607998453fb4) Small fix for RDP ### 📊 Changes **2 files changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Server/Core/Commands/CommandHandler.cs` (+4 -5) 📝 `Server/Core/UserState.cs` (+3 -0) </details> ### 📄 Description Moved static field to property so command handler gets the initial -1 check starting RDP. The command handler is static so if a client disconnects the static field will have the data from the last quality used before disconnecting which caused server to hang using a different quality when starting the RDP --- <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:36 +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#956
No description provided.