Skip to content

Commit

Permalink
[TinyMqtt.cpp] Removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaturn committed Mar 22, 2023
1 parent 245e746 commit 37fb46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TinyMqtt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ void MqttClient::processMessage(MqttMessage* mesg)
#endif
if (callback and isSubscribedTo(published))
{
callback(this, published, payload, len); // TODO send the real payload
callback(this, published, payload, len);
}
}
else if (local_broker) // from outside to inside
Expand Down

0 comments on commit 37fb46e

Please sign in to comment.