fix
This commit is contained in:
parent
802d1c268f
commit
7468c82c4c
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user