Commit Graph

3 Commits

Author SHA1 Message Date
1c8a047c73 fix: implement reconnection logic for WebSocket client with exponential backoff
- Added reconnect handler that triggers on connection loss
- Implements exponential backoff strategy with configurable max retries
- Preserves existing subscriptions and state across reconnection attempts
2025-03-20 18:03:06 +00:00
d84ab09c24 docs: add project overview and setup instructions to readme 2025-03-19 19:44:34 +00:00
a40ac4c54b chore: initialize project structure with empty repository scaffold 2025-03-19 19:40:31 +00:00