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
github-actionsbot
changed the title
LwIP memory leak - I posted this to closed issue 1829 so I'm posting it again here
LwIP memory leak - I posted this to closed issue 1829 so I'm posting it again here (IDFGH-6517)
Dec 29, 2021
This is it! Thank you. Once all 10 sockets are being used there is no memory leak any more for new connections. It is perfectly fine for me. I'm closing this issue.
Environment
Arduino 1.8.16, ESP32 Dev Module
Problem Description
LwIP is loosing memory for each TCP connection that arrives to TCP server.
Expected Behavior
Whole heap memory to be regained after 2 minutes.
Actual Behavior
104 bytes of heap gets lost.
Steps to reproduce
Run the code.
Code to reproduce this issue
Debug Logs
The text was updated successfully, but these errors were encountered: