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
However, I tried to implement a Server-Sent Events endpoint using FastAPI/Starlette with the built-in Starlette StreamingResponse and your SSE-Startlette GitHub repo and neither of them produced the new streaming UI in Postman.
Any Idea on what might be the cause?
(tested it with your "usage" code from the repo readme)
The text was updated successfully, but these errors were encountered:
First of all, thank you for the great repository!
Postman recently gained support for SSE and it works as expected for some SSE endpoints I found online.
However, I tried to implement a Server-Sent Events endpoint using FastAPI/Starlette with the built-in Starlette StreamingResponse and your SSE-Startlette GitHub repo and neither of them produced the new streaming UI in Postman.
Any Idea on what might be the cause?
(tested it with your "usage" code from the repo readme)
The text was updated successfully, but these errors were encountered: