added comment

This commit is contained in:
proddy
2020-08-26 16:07:01 +02:00
parent cf4a7daeac
commit e9a93cb29c

View File

@@ -57,7 +57,7 @@ void Mqtt::subscribe(const uint8_t device_type, const std::string & topic, mqtt_
auto message = queue_subscribe_message(topic);
// register in our libary with the callback function.
// We store both the original topic and the fully-qualified
// We store both the original topic and the fully-qualified one
mqtt_subfunctions_.emplace_back(device_type, std::move(topic), std::move(message->topic), std::move(cb));
}