EventSource
EventSource copied to clipboard
feat: add resilient SSE session with reconnection/backoff
• Implement exponential backoff reconnection with configurable limits (maxReconnectAttempts, reconnectInitialDelay, reconnectBackoffFactor) • Track reconnect attempts and readyState using thread-safe Mutex; reset attempts on successful .open
Hey @Recouse, I’ve resolved the conflicts and the CI has passed. Could you please review the code when you have a moment?