washo4evr / Socket.io-v1.x-Library

Socket.io Library for Arduino
108 stars 58 forks source link

ESP8266 disconnected at 9th message received #43

Open danymar24 opened 7 years ago

danymar24 commented 7 years ago

Hi, I am using the ESP8266 with socket.io 1.7 on the server, but when the esp8266 receives the 9th message it gets disconnected. Did someone has notice this?

I am using the example server and the example .ino file

vlp-github commented 7 years ago

After the 9th message or after a period that correspond to 9 message ? Loot into the issue "ping time out " you may face the same issue !

danymar24 commented 7 years ago

In the 9th message, if i use the client.monitor() with a Serial.println("somestring") and without printing the RID and Rcontent, it never disconnects