timum-viw / socket.io-client

A socket.io-client implementation for ESP8266 and Arduino
228 stars 90 forks source link

fix disconnect event #75

Closed RodolfoSilva closed 3 years ago

RodolfoSilva commented 4 years ago

When the server disconnects the user, the library does not disconnect the webSocket. With this change, the user can reconnect again.