-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to disable Web sockets #8111
Comments
Recent versions don't actually use web sockets but use Server sent events instead. Could you provide more information on what platforms you have issues with and some example code/ an example application you have had difficulties with? |
Lots of #6920 when using Gradio on render.com |
Hi @ashishb ! Gradio does not use websockets in versions 4 and above. We can't debug this issue unless you share a minimal reproducer. |
Happy to create a sample demo. render.com uses K8s underneath so I am not surprised that I am experiencing the same issue as mentioned in #6920 |
Goint to close this for now, but we can reopen with a repro |
Is your feature request related to a problem? Please describe.
Web sockets don't work with many PAAS solutions that do not support sticky sessions.
Describe the solution you'd like
Provide an ability to explicitly disable web sockets
The text was updated successfully, but these errors were encountered: