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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:dev_fix_update_service📝 Commits (2)
dfb620bfix: error when trying to zip open log file3f7d577fix: 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.