We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21760bc commit da980e8Copy full SHA for da980e8
client/transport/streamable_http.go
@@ -347,6 +347,8 @@ func (c *StreamableHTTP) SendRequest(
347
// session id and the last event id, expecting the server to return an
348
// SSE streaming response sending the events with ids after the last event id.
349
// It returns the final result for the request once received, or an error.
350
+// A boolean is returned as well to indicate whether it is appropriate to
351
+// attempt resumption if an error is returned.
352
func (c *StreamableHTTP) performSSEResumption(
353
ctx context.Context,
354
lastEventId string,
0 commit comments