sse-starlette
sse-starlette copied to clipboard
I'm trying to use sse-starlette with datastar, which expects server sent events with fragments like`fragment \nUpdated\n` However it looks like starlette-sse always splits the data into multiple data lines when...
The old page now 404s, so I've changed the link to use the new spec
I would like a reference to the SSE stream, so I can send messages to the user from anywhere else in my app. I would like to avoid using queues,...
Thanks for making this library! We are happy users of it in production :) I encountered a minor issue when trying to use this in conjunction with [starlette-context](https://github.com/tomwojcik/starlette-context), which allows...
https://bugfactory.io/articles/starting-and-stopping-uvicorn-in-the-background/
In docs there is the warning about the need to stop all running generators that may result in: "Waiting for background tasks to complete. (CTRL+C to force quit).", and using...
I'm encountering a strange issue. When using the default separator '\r\n' and sending a relatively large chunk (which is an OpenAI message, potentially with large content), the client does not...