This commit is contained in:
Bartosz Wieczorek 2025-08-05 12:28:22 +02:00
parent 802d1c268f
commit 7468c82c4c

View File

@ -22,8 +22,13 @@ class AsyncMqttClient {
struct CallbackData {
/* topic */
std::string_view topic;
/* response topic */
std::string_view responseTopic;
/* value assosiated to request */
const boost::json::value & value;
/* memory_resource of client */
};