[PR #46] [MERGED] KeepAlive Added #957

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/46
Author: @abdullah2993
Created: 4/6/2015
Status: Merged
Merged: 4/6/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (3)

  • 860b59a Configurable KeepAlive added
  • 46bd17c Cross-Thread exception handled
  • 957ae2c New KeepAlive Added

📊 Changes

9 files changed (+316 additions, -145 deletions)

View changed files

📝 Client/Client.csproj (+1 -0)
📝 Client/Config/Settings.cs (+1 -1)
📝 Client/Core/Client.cs (+61 -57)
Client/Core/Misc/KeepAlive.cs (+79 -0)
📝 Server/Core/Client.cs (+14 -8)
📝 Server/Core/Commands/CommandHandler.cs (+22 -21)
Server/Core/Misc/KeepAlive.cs (+79 -0)
📝 Server/Core/Server.cs (+58 -58)
📝 Server/Server.csproj (+1 -0)

📄 Description

KeepAlive tested and added. Manual KeepAlive Removed. Also a handled a Cross-Thread exception when Uninstalling.
capturing_from_ethernet____ wireshark_1 12 2__ v1 _2015-04-06_22-41-50


🔄 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/46 **Author:** [@abdullah2993](https://github.com/abdullah2993) **Created:** 4/6/2015 **Status:** ✅ Merged **Merged:** 4/6/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`860b59a`](https://github.com/quasar/Quasar/commit/860b59ac7dd1a95cf5f9293b7d43167b62c99572) Configurable KeepAlive added - [`46bd17c`](https://github.com/quasar/Quasar/commit/46bd17c4fa47923d403a2064eb293c93688051a6) Cross-Thread exception handled - [`957ae2c`](https://github.com/quasar/Quasar/commit/957ae2c0efd0d9d404615a41e1b69d1476440792) New KeepAlive Added ### 📊 Changes **9 files changed** (+316 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+1 -0) 📝 `Client/Config/Settings.cs` (+1 -1) 📝 `Client/Core/Client.cs` (+61 -57) ➕ `Client/Core/Misc/KeepAlive.cs` (+79 -0) 📝 `Server/Core/Client.cs` (+14 -8) 📝 `Server/Core/Commands/CommandHandler.cs` (+22 -21) ➕ `Server/Core/Misc/KeepAlive.cs` (+79 -0) 📝 `Server/Core/Server.cs` (+58 -58) 📝 `Server/Server.csproj` (+1 -0) </details> ### 📄 Description KeepAlive tested and added. Manual KeepAlive Removed. Also a handled a Cross-Thread exception when Uninstalling. ![capturing_from_ethernet____ wireshark_1 12 2__ v1 _2015-04-06_22-41-50](https://cloud.githubusercontent.com/assets/5978905/7008741/cd48925e-dcae-11e4-980d-ce91c9e8c2ab.png) --- <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:36 +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#957
No description provided.