rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. resumable SSE stream
Glossary · term158 of 202

resumable SSE stream

A server-sent-events connection that could pick back up where it left off after dropping, retired because resuming it required the server to retain per-request state.

also written as resumable streams · sse resumability

Related terms
SEP-2575The MCP specification enhancement proposal that made servers stateless by default, forbidding them from remembering anything a client sent in a prior request.view term->poll-based task storeA durability mechanism where a client repeatedly checks a status endpoint for a task's result instead of holding an open connection, used by MCP's tasks primitive.view term->tasks primitiveA poll-based mechanism in MCP for durable work, letting a client fetch results after a dropped connection instead of resuming a live stream. It replaced resumable SSE streams as the way to survive a failure.view term->
At a glance
cited by
0 posts
categories
0
first used
—
previousresource subscriptionnextretention ratio