Search found 1 match
- Mon Nov 15, 2021 4:13 pm
- Forum: ESP32 boards
- Topic: ESP32 Socket error 23
- Replies: 3
- Views: 4997
Re: ESP32 Socket error 23
I know I'm replying to an old post, but in case anyone is looking, I think had a similar problem on ESP8266 I made my code more solid by making sure to close the socket if I had any kind of error during setup and after an http request was complete. I think not calling .close() will leave resources o...