fix: guard SSE transport readiness and add manual deploy workflow #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-sse-and-deploy-workflow"
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?
Summary
transportReadyflag andres.on("close")listener to prevent "SSE connection not established" crashes — guards against POSTs arriving during theserver.connect()window and clears stale transport after SSE dropsdeploy.ymlworkflow_dispatchworkflow for deploying any branch to the NAS without needing a push to mainTest plan
npm run buildpassesDeploy to NASworkflow from Actions UI on this branch to validate manual deploy🤖 Generated with Claude Code
Add transportReady flag and res.on('close') listener to prevent "SSE connection not established" crashes caused by POSTs arriving before server.connect() completes or after the SSE stream drops. Add deploy.yml workflow_dispatch workflow for deploying any branch to the NAS without requiring a push to main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>