-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
enhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedpending SEP approvalWhen a PR is attached as an implementation detail to a SEP, we mark it as such for triage.When a PR is attached as an implementation detail to a SEP, we mark it as such for triage.
Description
This is a tracking issue for implementation of SEP-1699.
Summary
This SEP proposes changes to the Streamable HTTP transport to mitigate issues with long-running connections and improve resumability by allowing servers to disconnect at will after sending an SSE event ID. The TypeScript SDK needs to implement server-side support for immediately sending events with IDs and empty data strings to prime clients for reconnection, enable servers to close connections at any time after sending event IDs, implement retry field support to prevent excessive reconnection attempts, and ensure clients handle disconnections as network failures with proper reconnection logic using Last-Event-ID headers for seamless resumption.
Related Issues & PRs
Metadata
Metadata
Assignees
Labels
enhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedpending SEP approvalWhen a PR is attached as an implementation detail to a SEP, we mark it as such for triage.When a PR is attached as an implementation detail to a SEP, we mark it as such for triage.
Type
Projects
Status
Ready