Results 358 comments of Takatoshi Kondo

Now, `async_mqtt` supports vcpkg. I’m not very familiar with Conan. For `mqtt_cpp`, I believe it was a contributor—not me—who added it to Conan. If you or someone else adds `async_mqtt`...

@soblin and @nishikawa-masaki, Thanks for your comments. I've clarified my understanding of the specification below: ---- https://cppreference.com/w/cpp/language/lifetime.html All temporary objects are destroyed as the last step in evaluating the [full-expression](https://cppreference.com/w/cpp/language/expressions.html#Full-expressions)...

@nishikawa-masaki Let me clarify: **Should be reverted** 1. Function arguments **Should remain** 1. Autoware-defined macros like `RCLCPP_INFO()` 2. System-defined macros like `syslog()` (I believe only `syslog()` appears in this PR)...

@nishikawa-masaki I added a new commit ec79b36ac02e3359b8639a7ef9090c5606f9a2e5 that reverts modifications to the functions.

Should I click **“Update branch”** (using the UI button) every time the following message appears? > This branch is out-of-date with the base branch

Sorry for the delay — I was in the hospital for several weeks. Thanks for your patience. I just saw the issue and will take a look at it this...

It works for me. Commit hash: a874eb4643bb7d73f6aa9dff048b555bc62b5c3 uname -a Linux XXXXX 6.14.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 07 Apr 2025 19:59:13 +0000 x86_64 GNU/Linux ### Client ``` $ ./cl_cpp20coro_mqtt_sub 127.0.0.1 1883...

Since there has been no further response or activity for an extended period, I will close this issue for now. If the problem persists or you have additional information to...