awslabs / aws-c-mqtt

C99 implementation of the MQTT 3.1.1 specification.
Apache License 2.0
93 stars 30 forks source link

change AWS_MQTT5_CLIENT_DEFAULT_PING_TIMEOUT_MS to 29000 #343

Closed sbSteveK closed 8 months ago

sbSteveK commented 8 months ago

Change AWS_MQTT5_CLIENT_DEFAULT_PING_TIMEOUT_MS to 29000 to allow users to set their keep alive to 30 seconds (min IoT Core keep alive) without causing validation errors.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.