Takatoshi Kondo
Takatoshi Kondo
Thank you for the comment. I just glanced the document. Unfortunately, I don't have much time to improve cmake. I guuess that I am not familier to cmake very much...
When I provide ASIO_INCLUDEDIR (/usr/include/boosr), then the include error is disappeared. It's nice. However, the following new error is reported. ``` [ 54%] Building CXX object test/CMakeFiles/test_suite.dir/test_standaloneasioscheduler.cpp.o In file included...
Please use #1573 instead of this PR.
Thanks, I will catch up the current main branch, and then I would update the PR.
Now, I noticed that adding the following options for typescript is implemented and merged as #1525 ``` autoUseTopicAlias?: boolean autoAssignTopicAlias?: boolean ``` Also I belive that I understand the design...
I'm not 100% sure but passing `strand.get_inner_executor()` to `make_work_guard` could solve the issue ? ```cpp #include namespace asio = boost::asio; int main() { asio::io_context ioc; asio::any_io_executor exec = ioc.get_executor(); auto...
https://github.com/chriskohlhoff/asio/issues/1394 still no response. It seems that there are a lot of uncommented issues in the project. I think that this issue is often appered using C++20 coroutine with strand...
Boost 1.85.0 has been released. Any updates about the issue?
I noticed that I used strand in an unusual way; my library no longer uses strand like that. Here is another proof-of-concept (PoC) code example based on the code I...
I have added clean option to the store. See #706 and #707. And the comment https://github.com/mqttjs/MQTT.js/pull/707#discussion_r148088223 , I think that the current behavior is the original author's policy. So I...