Commit Graph

2 Commits

Author SHA1 Message Date
48cf9c3746 fix: implement WebSocket reconnection with exponential backoff and state preservation
- Added reconnect handler that triggers on connection loss with configurable max retries
- Implements exponential backoff strategy using 2^n delay with jitter for retry intervals
- Preserves existing subscriptions and authentication state across reconnection attempts
- Added desktop notification support via notify-send for connection status events
2025-03-20 18:03:06 +00:00
c867bded44 chore: scaffold dotnet websocket client with login flow and cross-platform makefile 2025-03-19 19:40:31 +00:00