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
This is more of a question rather than a request/bug.
Can the existing WebSocketRateLimiter functionality be used with HTTP Server-Side Events (SSE)?
Specifically, I am using SSE Starlette (https://github.com/sysid/sse-starlette) inside my FastAPI application to use HTTP SSE instead of WebSockets (it offers various advantages, from better browser support, to better tooling support since it is truly HTTP-based rather than WebSockets).
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
@long2ice I'd really appreciate some kind of input here 🙏 This tool is really cool, and I'd like to know if I need to roll some kind of other solution for this problem
Hi 👋 ,
This is more of a question rather than a request/bug.
Can the existing
WebSocketRateLimiter
functionality be used with HTTP Server-Side Events (SSE)?Specifically, I am using SSE Starlette (https://github.com/sysid/sse-starlette) inside my FastAPI application to use HTTP SSE instead of WebSockets (it offers various advantages, from better browser support, to better tooling support since it is truly HTTP-based rather than WebSockets).
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: