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
76 stars 67 forks source link

Add Mqtt5ClientBuilder method to set bootstrap #542

Closed gqmelo closed 1 year ago

gqmelo commented 1 year ago

Issue #, if available:

Description of changes:

Found this inconsistency when trying to build a Mqtt5Client. Setting the bootstrap is available when using Mqtt5ClientOptions directly but it was missing from Mqtt5ClientBuilder.


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