Skip to content

Commit

Permalink
Non change
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Nov 11, 2024
1 parent 3fd6892 commit 1799c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/tests/v2ClientTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static std::shared_ptr<Aws::Crt::Mqtt5::Mqtt5Client> s_createProtocolClient5(Aws
mqtt5Options.WithHostName(Aws::Crt::String(aws_string_c_str(host)));
mqtt5Options.WithPort(8883);
mqtt5Options.WithTlsConnectionOptions(tlsContext.NewConnectionOptions());

mqtt5Options.WithClientConnectionSuccessCallback(
[&lock, &signal, &connected](const Aws::Crt::Mqtt5::OnConnectionSuccessEventData &)
{
Expand Down

0 comments on commit 1799c1a

Please sign in to comment.