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
psy0rz
changed the title
ESPEasy runs out of memory when making too many connectoins
ESPEasy runs out of memory when making too many connections.
May 1, 2017
Steps to reproduce
nc -k -l -v 8383
keep in mind this problem only occurs if we take the initiative to disconnect before the server does.
Expected behavior
Should make a new connection every second and close it without leaking memory.
Actual behavior
Everytime a new connection is started it leaks a bit of mem.
Actually a feature of wifi client is causing the problem: esp8266/Arduino#1923
The text was updated successfully, but these errors were encountered: