dhe128
Explore posts from serversRRunPod
•Created by dhe128 on 10/30/2024 in #⚡|serverless
How to get `/stream` serverless endpoint to "stream"?
Example from official documentation: https://docs.runpod.io/sdks/javascript/endpoints#stream
The example suggests that the
/stream
endpoint should return the entire input, one letter at a time. However, when I try it it only sends the first letter back, followed by the http connection closing.
Is /stream
intended to be streamed from start to finish, or polled repeatedly?9 replies