bug: SSE immediately disconnects and enters reconnect loop on startup #168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed behaviour
After successful SSE connection, it immediately closes and enters a reconnect loop:
The Database Activity dock panel shows "Reconnecting (6/10)..." in orange. The SSE connection never stabilises.
Expected behaviour
SSE should connect and remain open, streaming server events to the Database Activity panel without reconnection cycling.
Additional log lines
Possibly related
Cannot find icon: silo— may be a separate issue (#162 icon system) but logged during same startup sequenceReferences
mods/silo/freecad/silo_commands.py— SSE activity panel with exponential backoff reconnection/api/eventsor similar)