Page 1 of 1

TRANSPORT_BASE: poll_read select error 113, errno = Software caused connection abort, fd = 54: cannot recover from this

Posted: Fri Jun 30, 2023 3:59 pm
by f.papa
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_init after it happens, but it doesn't seem to restore nothing.
Any help?
I can post some code if needed.
Thank you.

Re: TRANSPORT_BASE: poll_read select error 113, errno = Software caused connection abort, fd = 54: cannot recover from t

Posted: Mon Jul 03, 2023 1:39 pm
by f.papa
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.

Re: TRANSPORT_BASE: poll_read select error 113, errno = Software caused connection abort, fd = 54: cannot recover from t

Posted: Wed Oct 23, 2024 7:37 am
by leschge
We observe the same issue using MQTT.
E (311640) transport_base: poll_read select error 113, errno = Software caused connection abort, fd = 51
E (311641) mqtt_client: Poll read error: 119, aborting connection