mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #37] [MERGED] Probably fixed Remote Desktop Memory Leak #949
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#949
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/37
Author: @ghost
Created: 3/31/2015
Status: ✅ Merged
Merged: 3/31/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (1)
5e3e270Probably 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.