You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this question would not be more appropriate as an issue in a specific repository
I have searched existing discussions and documentation for answers
Question Category
Protocol Specification
SDK Usage
Server Implementation
General Implementation
Documentation
Other
Your Question
Hi @jspahrsummers and community, I was looking at the official typescript-sdkand wanted to clarify a few questions:
The GET endpoint allows client to open a sse stream if there is no sessionId and if there is it used for resumability
The SSE Stream opened on GET endpoint when there is no sessionId is uses only for requests and notifications
while the SSE Streams established during POST request is for responses?
Why do we have to wait for allResponsesReady in the server for send method?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
Hi @jspahrsummers and community, I was looking at the official typescript-sdkand wanted to clarify a few questions:
while the SSE Streams established during POST request is for responses?
Beta Was this translation helpful? Give feedback.
All reactions