fix(platform-node): preserve queue and IPC ordering - #81
Open
LukasParke wants to merge 1 commit into
Open
Conversation
Port the queue, IPC, and subprocess identity portion of fork/port/openrouter-fixes commit b9905ac. File storage remains separately reviewed in PR mattapperson#70. Signed-off-by: Luke Parke <5702154+LukasParke@users.noreply.github.com>
|
@LukasParke is attempting to deploy a commit to the Matt Apperson's projects Team on Vercel. A member of the Team first needs to authorize it. |
Collaborator
Author
|
Agent: Code CI/structural/DCO are green where configured; remaining external red checks are |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
clear()/procpid start-time when available and support async process identity checksWhy
Resetting the durable sequence head could cause a resumed peer to discard new frames as already acknowledged. Frames sharing a TCP chunk could execute out of order, and one uncorrelated error rejected every pending send. Process identity checks also spawned
psrepeatedly.This semantically ports the queue/IPC/subprocess portion of
fork/port/openrouter-fixescommitb9905ac5. File-storage behavior is separately reviewed in #70.Test plan
sentrux check .sentrux gate .Known boundary
This PR preserves existing live/replay socket semantics; fully serializing concurrent replay and live producers is a separate transport design change rather than part of the historical port.