Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Feb 3, 2024
1 parent e745a03 commit 1927bf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions documents/MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ uint32_t clientPort = <port number>
String client_id = "unique client id";

std::shared_ptr<Aws::Iot::Mqtt5ClientBuilder> builder(
Aws::Iot::Mqtt5ClientBuilder::NewMqtt5ClientBuilderWithMtlsFromPath(
clientEndpoint,
certificateFie,
privateKeyFile));
Aws::Iot::Mqtt5ClientBuilder::NewMqtt5ClientBuilderWithMtlsFromPath(clientEndpoint, certificateFie, privateKeyFile));
std::shared_ptr<Mqtt5::ConnectPacket> connectOptions =
std::make_shared<Mqtt5::ConnectPacket>();
util::String clientId = "client_id";
Expand Down

0 comments on commit 1927bf0

Please sign in to comment.