Back to IssuesView on GitHub
#900
Moderate
Should use current signal state on SSE reconnect
Summary
When a Server-Sent Events (SSE) connection automatically reconnects, the system should send the current state of relevant signals, not the state from when the initial connection was established. This involves updating the SSE client to re-fetch or re-apply signal values upon reconnection.
Skills Required
TypeScriptJavaScriptUnderstanding of State ManagementTesting
Files Likely Touched
Labels
bug