[PR #35] [MERGED] Added more reliable and stable client #950

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/35
Author: @MaxXor
Created: 3/31/2015
Status: Merged
Merged: 3/31/2015
Merged by: @MaxXor

Base: masterHead: dev


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/35 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 3/31/2015 **Status:** ✅ Merged **Merged:** 3/31/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`73620c7`](https://github.com/quasar/Quasar/commit/73620c796b271d9b4a35735d530de69197678943) Stable Client & Compression Fix - [`a54c6db`](https://github.com/quasar/Quasar/commit/a54c6db38f35bab2b79ae22c25e48244415d5d2f) Fixing new bugs - [`261dff3`](https://github.com/quasar/Quasar/commit/261dff32a96e0104293426d6a8ad2f024ee573b3) Fixed reconnect of client - [`5b54dcb`](https://github.com/quasar/Quasar/commit/5b54dcb52ff894b95b24f13cc7aa7240af9de3bf) More fixes ### 📊 Changes **16 files changed** (+1341 additions, -2053 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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#950
No description provided.