mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #35] [MERGED] Added more reliable and stable client #950
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#950
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/35
Author: @MaxXor
Created: 3/31/2015
Status: ✅ Merged
Merged: 3/31/2015
Merged by: @MaxXor
Base:
master← Head:dev📝 Commits (4)
73620c7Stable Client & Compression Fixa54c6dbFixing new bugs261dff3Fixed reconnect of client5b54dcbMore fixes📊 Changes
16 files changed (+1341 additions, -2053 deletions)
View changed files
📝
Client/Client.csproj(+1 -3)📝
Client/Core/Client.cs(+171 -297)➖
Client/Core/Compression/LZ4Compressor32.cs(+0 -402)➖
Client/Core/Compression/LZ4Decompressor32.cs(+0 -256)➖
Client/Core/Compression/LZ4Util.cs(+0 -48)➕
Client/Core/Compression/SafeQuickLZ.cs(+485 -0)📝
Client/Program.cs(+2 -3)📝
Server/Core/Client.cs(+156 -298)📝
Server/Core/Commands/CommandHandler.cs(+31 -31)➖
Server/Core/Compression/LZ4Compressor32.cs(+0 -402)➖
Server/Core/Compression/LZ4Decompressor32.cs(+0 -256)➖
Server/Core/Compression/LZ4Util.cs(+0 -48)➕
Server/Core/Compression/SafeQuickLZ.cs(+485 -0)📝
Server/Core/Server.cs(+8 -5)📝
Server/Forms/FrmMain.cs(+1 -1)📝
Server/Server.csproj(+1 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.