[PR #178] [MERGED] Message loop fix #1028

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/178
Author: @ghost
Created: 5/23/2015
Status: Merged
Merged: 5/23/2015
Merged by: @MaxXor

Base: devHead: dev


📝 Commits (1)

📊 Changes

2 files changed (+8 additions, -6 deletions)

View changed files

📝 Client/Core/Keylogger/Logger.cs (+0 -5)
📝 Client/Program.cs (+8 -1)

📄 Description

Fixed the message loop, called Application.Run in the thread and not the logger
object, using ApplicationContext object we can identify the message loop to have it return, so the thread can exit gracefully


🔄 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/178 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/23/2015 **Status:** ✅ Merged **Merged:** 5/23/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`0efb64a`](https://github.com/quasar/Quasar/commit/0efb64adef38af7a82c76ac343a6f68cae115fe2) Message loop fix ### 📊 Changes **2 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Keylogger/Logger.cs` (+0 -5) 📝 `Client/Program.cs` (+8 -1) </details> ### 📄 Description Fixed the message loop, called Application.Run in the thread and not the logger object, using ApplicationContext object we can identify the message loop to have it return, so the thread can exit gracefully --- <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:50 +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#1028
No description provided.