Uh oh!
There was an error while loading. Please reload this page.
Streamable HTTP - resume streams on disconnect - #332
Conversation
jspahrsummers
left a comment
There was a problem hiding this comment.
Haven't had a chance to look at the examples or tests in depth yet, but pointed out some things I think we need to change before getting this in.
| * Maximum backoff time between reconnection attempts in milliseconds. | ||
| * Default is 30000 (30 seconds). | ||
| */ | ||
| maxReconnectionDelay: number; |
There was a problem hiding this comment.
There's probably a library on npm that can do some of this out of the box.
There was a problem hiding this comment.
the logic is minimal, can come back to this later if it's non-blocking?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.

As per spec servers might support resumability and redelivery.
Introducing resumability and re-delivery of events for disconnection within the same client.
StreamableHTTPReconnectionOptionsinterface for custom reconnection and backoffstart-notification-stream'tool which starts notifications for that can be used for testingFollow ups: