File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ set(AWS_C_HTTP_SHA "v0.2.18")
39
39
include (BuildAwsCHttp )
40
40
41
41
set (AWS_C_MQTT_URL "https://github.com/awslabs/aws-c-mqtt.git" )
42
- set (AWS_C_MQTT_SHA "v0.3.8 " )
42
+ set (AWS_C_MQTT_SHA "v0.3.10 " )
43
43
include (BuildAwsCMqtt )
44
44
45
45
set (AWS_C_CAL_URL "https://github.com/awslabs/aws-c-cal.git" )
46
46
set (AWS_C_CAL_SHA "v0.1.5" )
47
47
include (BuildAwsCCal )
48
48
49
49
add_dependencies (AwsCCompression AwsCCommon )
50
- add_dependencies (AwsCMqtt AwsCIO )
50
+ add_dependencies (AwsCMqtt AwsCHttp )
51
51
add_dependencies (AwsCHttp AwsCIO AwsCCompression )
52
52
add_dependencies (AwsCCal AwsCCommon )
53
53
Original file line number Diff line number Diff line change @@ -168,11 +168,6 @@ namespace Aws
168
168
const ByteBuf &payload,
169
169
OnOperationCompleteHandler &&onOpComplete) noexcept ;
170
170
171
- /* *
172
- * Sends a ping message.
173
- */
174
- void Ping ();
175
-
176
171
OnConnectionInterruptedHandler OnConnectionInterrupted;
177
172
OnConnectionResumedHandler OnConnectionResumed;
178
173
OnConnectionCompletedHandler OnConnectionCompleted;
Original file line number Diff line number Diff line change @@ -567,8 +567,6 @@ namespace Aws
567
567
return packetId;
568
568
}
569
569
570
- void MqttConnection::Ping () { aws_mqtt_client_connection_ping (m_underlyingConnection); }
571
-
572
570
MqttClient::MqttClient (Io::ClientBootstrap &bootstrap, Allocator *allocator) noexcept : m_client(nullptr )
573
571
{
574
572
m_client =
You can’t perform that action at this time.
0 commit comments