-
Notifications
You must be signed in to change notification settings - Fork 146
fix(engine-runner): handle shutdown close codes correctly #3896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Code Review: PR #3896 - Fix engine-runner shutdown close code handlingSummaryThis PR fixes a race condition in the WebSocket close event handler by restructuring how shutdown state is managed. The changes simplify the shutdown flow and ensure proper handling of close events during shutdown. Key Changes Analysis1. Removal of
|
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/virtual-websocket
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
600206d to
55a38d5
Compare
654b4e9 to
c023ef5
Compare
715b5e8 to
d6cf484
Compare
af232ee to
1c80e13
Compare
13e2511 to
ce0f27d
Compare
5889ab3 to
7d75756
Compare
ce0f27d to
53bd400
Compare
Merge activity
|

Fixes RVT-5333