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
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.
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.