You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the time, is connecting to any server I trie.
Even able to switch between servers (mostly other ESP8266 as async webserver hosting socket server)
And sometimes it stops doing anything.
When it happens,
.available() is 0
My code calls still to try to force close it:
.close();
And tries to connect again
.connect(host, 80, "/ws");
And well, not connecting anymore.
Only if I reset my ESP8266 board, it does again as normal.
Thx!
The text was updated successfully, but these errors were encountered:
Most of the time, is connecting to any server I trie.
Even able to switch between servers (mostly other ESP8266 as async webserver hosting socket server)
And sometimes it stops doing anything.
When it happens,
.available() is 0
My code calls still to try to force close it:
.close();
And tries to connect again
.connect(host, 80, "/ws");
And well, not connecting anymore.
Only if I reset my ESP8266 board, it does again as normal.
Thx!
The text was updated successfully, but these errors were encountered: