Skip to main content

Automatic Reconnection

Network connections fail. Havklo handles this automatically with exponential backoff:

Configuration

Backoff sequence: 100ms -> 200ms -> 400ms -> 800ms -> … -> 30s (capped)

Circuit Breaker

Prevents hammering the API during extended outages:

Handling Events

Treat SubscriptionsRestored as your “all clear” signal. Don’t use stale data from before the disconnect.

Disable Reconnection

For testing or single-shot connections: