Open farrellhung opened 2 years ago
Did you solve this issue? I'm having the same problem.
I have same issues. ESP8266 try to make connection to "NodeJS socketIO Server".
I've switched to
gunicorn==20.1.0
eventlet==0.30.2
and started my app with gunicorn -w 1 -k eventlet -b 127.0.0.1:5000
and now it works.
I am trying to use the example code for ESP8266 SocketIO Client to connect ESP with a Flask-SocketIO server, but got the following result:
with
socketIO.send(sIOtype_CONNECT, "/");
:without
socketIO.send(sIOtype_CONNECT, "/");
:What I got from the server side:
Versions: flask-socketio-5.1.1 python-engineio-4.3.1 python-socketio-5.5.1 arduinoWebSockets 2.3.5 ESP8266 Arduino core 3.0.2