espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
256 stars 153 forks source link

Add GRI_TRANSPORT_TIMEOUT_MS to improve TLS connection reliability (CA-301) #190

Closed ericbj29 closed 5 months ago

ericbj29 commented 1 year ago

Makes the TLS connection more reliable by avoiding the timeout_ms limitation that traded performance for reliability when it was increased.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

joaspacce commented 8 months ago

Hi Guys. When this PR is going to be merged? The made changes will be huge for my project, I have issues with the mqtt connection and I think, for what I see, this will help a lot.

ericbj29 commented 5 months ago

Closing in favor of https://github.com/espressif/esp-aws-iot/pull/214