mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #145] [MERGED] Codec improvements #1001
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#1001
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/145
Author: @yankejustin
Created: 5/18/2015
Status: ✅ Merged
Merged: 5/18/2015
Merged by: @MaxXor
Base:
master← Head:CodecImprovement📝 Commits (6)
f95f098Merge pull request #1 from MaxXor/masterab19a9fMake the lock readonly95a2715Removed unnecessary commentd1e04a9Removed clearing of local lists + setting to nullaf591e1Formatted code of UnsafeStreamCodecaf20dd5Disposing IDisposable Resources📊 Changes
4 files changed (+272 additions, -196 deletions)
View changed files
📝
Client/Core/Helper/UnsafeStreamCodec.cs(+105 -97)📝
Server/Core/Commands/SurveillanceHandler.cs(+10 -0)📝
Server/Core/Compression/JpgCompression.cs(+21 -2)📝
Server/Core/Helper/UnsafeStreamCodec.cs(+136 -97)📄 Description
Improvements to the UnsafeStreamCodec
I noticed that the UnsafeStreamCodec needed some love in a few different ways. These changes will help make it an even more valuable piece of xRAT.
Upcoming
My next change to UnsafeStreamCodec is to add some documentation. That will come later when I have more extra time.
Enjoy. :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.