Fixes errors when playing notification sounds in quick succession.
This fix may cause notification sounds to be delayed if the previous sound is still playing, but it prevents errors and ensures all notifications are heard
🔄 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/36
**Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code)
**Created:** 2/25/2026
**Status:** ✅ Merged
**Merged:** 4/20/2026
**Merged by:** [@HueByte](https://github.com/HueByte)
**Base:** `dev` ← **Head:** `dev_fix_notification_sound`
---
### 📝 Commits (2)
- [`802db1c`](https://github.com/RedWizardsLab/EchoHub/commit/802db1ca09f5a0007164e269b935824cd2ac4c5c) fix: error when playing notification sounds in quick succession
- [`ca97254`](https://github.com/RedWizardsLab/EchoHub/commit/ca97254a755b275c982ddebbea0dc4999a7c2a43) chore: add notification bug fix to changelog
### 📊 Changes
**2 files changed** (+21 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `docs/changelog/v0.2.10.md` (+1 -0)
📝 `src/EchoHub.Client/Services/NotificationSoundService.cs` (+20 -3)
</details>
### 📄 Description
# Summary
Fixes errors when playing notification sounds in quick succession.
This fix may cause notification sounds to be delayed if the previous sound is still playing, but it prevents errors and ensures all notifications are heard
Fixes #20
---
<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/36
Author: @Stone-Red-Code
Created: 2/25/2026
Status: ✅ Merged
Merged: 4/20/2026
Merged by: @HueByte
Base:
dev← Head:dev_fix_notification_sound📝 Commits (2)
802db1cfix: error when playing notification sounds in quick successionca97254chore: add notification bug fix to changelog📊 Changes
2 files changed (+21 additions, -3 deletions)
View changed files
📝
docs/changelog/v0.2.10.md(+1 -0)📝
src/EchoHub.Client/Services/NotificationSoundService.cs(+20 -3)📄 Description
Summary
Fixes errors when playing notification sounds in quick succession.
This fix may cause notification sounds to be delayed if the previous sound is still playing, but it prevents errors and ensures all notifications are heard
Fixes #20
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.