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 bd03d8a commit 3fd6892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/tests/v2ClientTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ 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 3fd6892

Please sign in to comment.