Home > Blockchain >  Socket connection is closed every minute
Socket connection is closed every minute

Time:03-16

I'm configuring a Flask-SocketIO server.

When locally connecting a socket (Dev console screenshot

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

  • Related