mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[PR #46] [MERGED] KeepAlive Added #957
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#957
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/46
Author: @abdullah2993
Created: 4/6/2015
Status: ✅ Merged
Merged: 4/6/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (3)
860b59aConfigurable KeepAlive added46bd17cCross-Thread exception handled957ae2cNew 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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.