[1.6.1] - 2026-06-03
Fixed
- SSE Stability Hardening: Fixed rapid "connected/connecting" glitch loop by implementing a 2-second connection cooldown and explicit timer cleanup in the frontend.
- Backend Robustness: Added formal JSON
pingevents and explicit SSEerrorlisteners to prevent the backend process from crashing on write errors (e.g., due to SSL issues or abrupt disconnects). - Auto-Reconnect Instruction: Added
retry: 5000header to inform browsers to wait longer between native reconnection attempts.