A Gleam WebSocket consumer for AT Protocol Jetstream events.
commits
Author
Commit
Message
Date
- merge retry configuration into JetstreamConfig
- add max_backoff_seconds, log_connection_events, log_retry_attempts fields
- start_consumer now always retries with exponential backoff
- distinguish between harmless timeouts and real connection failures
- update documentation with integrated retry options
- update example and tests
- merge retry configuration into JetstreamConfig
- add max_backoff_seconds, log_connection_events, log_retry_attempts fields
- start_consumer now always retries with exponential backoff
- distinguish between harmless timeouts and real connection failures
- update documentation with integrated retry options
- update example and tests