Complete WebSocket reconnect, pending-request, and connection-state handling #10
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority:P1
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Problem
The frontend control-plane client in PR #3 does not meet its reconnect contract.
On socket close, pending requests remain unresolved until their individual timeout expires. After reconnect, the client does not request a fresh workspace snapshot. The client internally creates connection-state handlers but exposes no API for the UI to observe connection state.
Found during review of PR #3.
Required changes
workspace.snapshotbefore declaring the durable projection synchronized.Acceptance criteria
control-plane.unavailable.Related PR: #3