Search found 2 matches
- Mon Jul 03, 2023 1:39 pm
- Forum: ESP-IDF
- Topic: TRANSPORT_BASE: poll_read select error 113, errno = Software caused connection abort, fd = 54: cannot recover from this
- Replies: 2
- Views: 1796
Re: TRANSPORT_BASE: poll_read select error 113, errno = Software caused connection abort, fd = 54: cannot recover from t
Got any news? It seems I miss something in freeing resources but I can't see what I could do other than call http_client_cleanup () after I get the error. Thank you.
- Fri Jun 30, 2023 3:59 pm
- Forum: ESP-IDF
- Topic: TRANSPORT_BASE: poll_read select error 113, errno = Software caused connection abort, fd = 54: cannot recover from this
- Replies: 2
- Views: 1796
TRANSPORT_BASE: poll_read select error 113, errno = Software caused connection abort, fd = 54: cannot recover from this
Hi community, since I'm not so familiar with http_client library of ESP32 idf, I' m here to ask you about the error as in subject. This happens after a lot of transmissions in https using http_client_perform() in async mode. I thought about handling it doing http_client_cleanup() and http_client_ini...