Skip to content

Commit 73c447a

Browse files
Add MQTT_Ping
1 parent bbe25d5 commit 73c447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core_mqtt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@ static MQTTStatus_t handleIncomingAck( MQTTContext_t * pContext,
22152215
break;
22162216

22172217
case MQTT_PACKET_TYPE_PINGRESP:
2218-
/* TODO: Fix the call here. Should be done with PING. */
2218+
/* PINGRESP has no payload. Thus reason code and properties are NULL. */
22192219
status = MQTT_DeserializeAck( pIncomingPacket,
22202220
&packetIdentifier,
22212221
NULL,

0 commit comments

Comments
 (0)