Commit Graph

3 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
1330e1fbce docs: add project overview and setup instructions to readme
Add README.md describing Snek Notify XFCE as a C# application for XFCE notifications, including its vibe-coded origin via the R project and integration with the Snek chat app.
2025-03-19 19:44:34 +00:00
c867bded44 chore: scaffold dotnet websocket client with login flow and cross-platform makefile 2025-03-19 19:40:31 +00:00