EventSource icon indicating copy to clipboard operation
EventSource copied to clipboard

feat: add resilient SSE session with reconnection/backoff

Open dogo opened this issue 3 months ago • 1 comments

• Implement exponential backoff reconnection with configurable limits (maxReconnectAttempts, reconnectInitialDelay, reconnectBackoffFactor) • Track reconnect attempts and readyState using thread-safe Mutex; reset attempts on successful .open

dogo avatar Oct 01 '25 11:10 dogo

Hey @Recouse, I’ve resolved the conflicts and the CI has passed. Could you please review the code when you have a moment?

dogo avatar Nov 12 '25 15:11 dogo