I'm configuring a Flask-SocketIO server.
When locally connecting a socket (
I've already tried with all async modes, including eventlet
, gevent
, and threading
as well as gunicorn
and uwsgi
. Some configurations allow a 2-min timeout but no approach resolves the issue fundamentally.
How can I solve this?
CodePudding user response:
Read this topic its because of the Google loadbalancer
Br