awslabs / aws-crt-cpp

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Apache License 2.0
74 stars 65 forks source link

Fix overridden timeout values for mqtt5 operations #588

Closed sfod closed 8 months ago

sfod commented 8 months ago

Currently, subscribe, unsubscribe, and publish operations are enqueued with overridden timeouts set to garbage values. This PR fixes it by explicitly setting the overridden timeout to 0.

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