-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Why === _Describe what prompted you to make this change, link relevant resources: Linear issues, Slack discussions, etc._ - same as replit/river#244 What changed ============ - no longer raise protocol error on out of order and instead close the connection - the reasoning is that the client will attempt to re-establish the connection and re-agree on the right seq number and resend the send buffer - if theres a disagreement at this stage, we will kill the session but otherwise we can actually transparently recover! Test plan ========= _Describe what you did to test this change to a level of detail that allows your reviewer to test it_
- Loading branch information
Showing
3 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters