Original PR: https://github.com/RedWizardsLab/EchoHub/pull/1 Author: @HueByte Created: 2/19/2026 Status: ✅ Merged Merged: 2/19/2026 Merged by: @HueByte
Base: master ← Head: dev
master
dev
ff184da
efc6aa8
6 files changed (+144 additions, -35 deletions)
📝 .github/workflows/ci-release.yml (+37 -3) 📝 docs/changelog/index.md (+1 -0) 📝 docs/changelog/toc.yml (+2 -0) ➕ docs/changelog/v0.1.1.md (+7 -0) 📝 src/Directory.Build.props (+1 -1) 📝 src/EchoHub.Server/Services/ServerDirectoryService.cs (+96 -31)
.github/workflows/ci-release.yml
docs/changelog/index.md
docs/changelog/toc.yml
docs/changelog/v0.1.1.md
src/Directory.Build.props
src/EchoHub.Server/Services/ServerDirectoryService.cs
… improved reconnection logic
Improved reconnection to the server list & fixed some workflow issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/RedWizardsLab/EchoHub/pull/1
Author: @HueByte
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/19/2026
Merged by: @HueByte
Base:
master← Head:dev📝 Commits (2)
ff184dafeat: Enhance server connection handling with exponential backoff and improved reconnection logicefc6aa8feat: Update changelog for v0.1.1 release and increment version to 0.1.1📊 Changes
6 files changed (+144 additions, -35 deletions)
View changed files
📝
.github/workflows/ci-release.yml(+37 -3)📝
docs/changelog/index.md(+1 -0)📝
docs/changelog/toc.yml(+2 -0)➕
docs/changelog/v0.1.1.md(+7 -0)📝
src/Directory.Build.props(+1 -1)📝
src/EchoHub.Server/Services/ServerDirectoryService.cs(+96 -31)📄 Description
… improved reconnection logic
Summary
Improved reconnection to the server list & fixed some workflow issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.