[PR #42] [MERGED] fix: update service #41

Closed
opened 2026-09-04 00:49:49 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/42
Author: @Stone-Red-Code
Created: 4/7/2026
Status: Merged
Merged: 4/7/2026
Merged by: @Stone-Red-Code

Base: devHead: dev_fix_update_service


📝 Commits (2)

  • dfb620b fix: error when trying to zip open log file
  • 3f7d577 fix: remove unnecessary _app.Invoke calls around update progress dialog updates

📊 Changes

2 files changed (+41 additions, -17 deletions)

View changed files

📝 src/EchoHub.Client/Services/UpdateBackupService.cs (+31 -1)
📝 src/EchoHub.Client/Services/UpdateChecker.cs (+10 -16)

📄 Description

Fixes deadlocks in update service and an exception when trying to zip the current log file in the backup service


🔄 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/RedWizardsLab/EchoHub/pull/42 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 4/7/2026 **Status:** ✅ Merged **Merged:** 4/7/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `dev` ← **Head:** `dev_fix_update_service` --- ### 📝 Commits (2) - [`dfb620b`](https://github.com/RedWizardsLab/EchoHub/commit/dfb620b24af9786fbfdbd7f796140a45994f49ea) fix: error when trying to zip open log file - [`3f7d577`](https://github.com/RedWizardsLab/EchoHub/commit/3f7d577ff6d20afe0fcef7650f130abad169e404) fix: remove unnecessary _app.Invoke calls around update progress dialog updates ### 📊 Changes **2 files changed** (+41 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/EchoHub.Client/Services/UpdateBackupService.cs` (+31 -1) 📝 `src/EchoHub.Client/Services/UpdateChecker.cs` (+10 -16) </details> ### 📄 Description Fixes deadlocks in update service and an exception when trying to zip the current log file in the backup service --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:49 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#41