[PR #37] [MERGED] Probably fixed Remote Desktop Memory Leak #949

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/37
Author: @ghost
Created: 3/31/2015
Status: Merged
Merged: 3/31/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (1)

  • 5e3e270 Probably fixed Remote Desktop Memory Leak

📊 Changes

11 files changed (+876 additions, -24 deletions)

View changed files

📝 Client/Client.csproj (+2 -0)
📝 Client/Core/Commands/CommandHandler.cs (+22 -2)
📝 Client/Core/Helper/Helper.cs (+13 -13)
Client/Core/Helper/UnsafeStreamCodec.cs (+356 -0)
Client/Core/Misc/JpgCompression.cs (+52 -0)
📝 Client/Program.cs (+2 -0)
📝 Server/Core/Commands/CommandHandler.cs (+17 -9)
Server/Core/Helper/UnsafeStreamCodec.cs (+355 -0)
Server/Core/Misc/JpgCompression.cs (+52 -0)
📝 Server/Core/UserState.cs (+3 -0)
📝 Server/Server.csproj (+2 -0)

📄 Description

Probably fixed Remote Desktop Memory Leak, needs more testing but
overall stays between 50-100MB
Added UnsafeStreamCodec


🔄 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/37 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/31/2015 **Status:** ✅ Merged **Merged:** 3/31/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5e3e270`](https://github.com/quasar/Quasar/commit/5e3e2704f646261f01ce67298d264567c9f32d94) Probably fixed Remote Desktop Memory Leak ### 📊 Changes **11 files changed** (+876 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+2 -0) 📝 `Client/Core/Commands/CommandHandler.cs` (+22 -2) 📝 `Client/Core/Helper/Helper.cs` (+13 -13) ➕ `Client/Core/Helper/UnsafeStreamCodec.cs` (+356 -0) ➕ `Client/Core/Misc/JpgCompression.cs` (+52 -0) 📝 `Client/Program.cs` (+2 -0) 📝 `Server/Core/Commands/CommandHandler.cs` (+17 -9) ➕ `Server/Core/Helper/UnsafeStreamCodec.cs` (+355 -0) ➕ `Server/Core/Misc/JpgCompression.cs` (+52 -0) 📝 `Server/Core/UserState.cs` (+3 -0) 📝 `Server/Server.csproj` (+2 -0) </details> ### 📄 Description Probably fixed Remote Desktop Memory Leak, needs more testing but overall stays between 50-100MB Added UnsafeStreamCodec --- <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:35 +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#949
No description provided.