[PR #1] [MERGED] feat: Enhance server connection handling with exponential backoff and… #4

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

📋 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: masterHead: dev


📝 Commits (2)

  • ff184da feat: Enhance server connection handling with exponential backoff and improved reconnection logic
  • efc6aa8 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/1 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`ff184da`](https://github.com/RedWizardsLab/EchoHub/commit/ff184da095703ae38f637c6d57c4a7411f1e1407) feat: Enhance server connection handling with exponential backoff and improved reconnection logic - [`efc6aa8`](https://github.com/RedWizardsLab/EchoHub/commit/efc6aa8a024a95f67782fe9e2220701090c968e2) feat: Update changelog for v0.1.1 release and increment version to 0.1.1 ### 📊 Changes **6 files changed** (+144 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description … improved reconnection logic # Summary Improved reconnection to the server list & fixed some workflow issues --- <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:39 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#4