async_mqtt icon indicating copy to clipboard operation
async_mqtt copied to clipboard

Asynchronous MQTT communication library based on Boost.Asio

Results 8 async_mqtt issues
Sort by recently updated
recently updated
newest added

In order to avoid function name conflict, all async functions have `async_` prefix now. Applied async function rename for all callers.

starnd https://github.com/redboltz/async_mqtt/blob/doc/tutorial/strand.adoc is old. Maybe Overview should be introduced as asio.

[see cmake-packages for version file](https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#package-version-file) and [the package config helpers](https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html#generating-a-package-version-file) on how to quickly add this file, since there been a few major bumps in ~6 months in this project...

When brew updates lcov version 1.16 to 2.0, lcov starts failing. The same issue is reported https://bytemeta.vip/repo/linux-test-project/lcov/issues/220 It seems that there is no solution, so far. Back to 1.16 is...

I've read this thread before: https://lists.boost.org/Archives/boost//2024/01/255621.php However, I didn't have much time to study Antora at that time because refining code was my priority. So, I used a tool that...

Using the demo code from https://github.com/redboltz/async_mqtt/blob/main/example/cl_cpp20coro_mqtt_sub.cpp **Expected**: Reconnect will work when the broker restarts **Actual**: Reconnect fails when the broker restarts. Using Mosquitto as broker, exiting Mosquitto and starting it...

Hello, Can you add your package like you did to the previous mqtt_cpp to the conan center?