-
Notifications
You must be signed in to change notification settings - Fork 0
Add WebSocket reconnection with backoff #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Context
The orb connects to the brain via WebSocket. If the connection drops, the orb should reconnect automatically with exponential backoff.
What to do
Implement reconnection logic in the orb's WebSocket client:
- Detect disconnection
- Retry with exponential backoff (1s, 2s, 4s, 8s, max 30s)
- Show connection status in the UI
Files to modify
orb/src/(WebSocket client)
Difficulty: Medium
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed