Fix missing boost namespace in README

Summary: related to T12804, closes #6

Reviewers: iljazovic

Reviewed By: iljazovic

Subscribers: miljen

Differential Revision: https://repo.mireo.local/D27933
This commit is contained in:
Korina Šimičević
2024-02-15 10:29:50 +01:00
parent cbe477a701
commit 3454a180ff

View File

@ -71,7 +71,7 @@ int main() {
c.credentials("<your-client-id>", "<client-username>", "<client-pwd>")
.brokers("<your-mqtt-broker>", 1883)
.async_run(asio::detached);
.async_run(boost::asio::detached);
c.async_publish<async_mqtt5::qos_e::at_most_once>(
"<topic>", "Hello world!",