mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
8 lines
370 B
Markdown
8 lines
370 B
Markdown
# v0.1.1 - Directory Connection Self-Healing
|
|
|
|
## Fixes
|
|
|
|
- Server now reconnects to the EchoHubSpace directory indefinitely when the API goes down, using exponential backoff (2s → 30s cap)
|
|
- If automatic reconnect is exhausted, the connection is rebuilt from scratch automatically
|
|
- Initial connection attempts also use exponential backoff instead of a fixed 30s delay
|