feat(CEP-41): Open ended streams#40
Open
ContextVM-org wants to merge 7 commits intomasterfrom
Open
Conversation
- Add ping and pong frame types for stream keepalive and responsiveness probing - Simplify naming from open-stream-transfer to open-stream - Update CEP references to use proper CEP numbers (CEP-22, CEP-35) - Add idle timeout handling rules for active streams - Remove event field from chunk frames and streamline frame definitions - Remove redundant relationship and stream semantics sections
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add ping/pong frames, chunkIndex tracking, concurrent stream rules, and request completion semantics to the open-ended stream profile. Include relay rate guidance and clarify frame ordering requirements.
…ndling rules Clarify that chunk data represents an ordered fragment of stream payload with reference to CEP-22 chunk-payload semantics. Add rules for buffering valid out-of-order chunk frames within bounded limits, tracking missing chunkIndex values as provisional gaps, and enforcing bounded buffering policies. Add rules for handling invalid pong frames with unknown, duplicate, expired, or already-satisfied nonces. Improve anti-abuse policy language for ping/pong handling.
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.
Resolves #41