Richard Hodges

Results 213 comments of Richard Hodges
trafficstars

HI there @cgskumar77 , thanks for posting. If you would like interactive help, feel free to join us on the #beast channel of the cpplang slack https://cppalliance.org/slack/ Currently the file_body...

@akildemir If I understand correctly, you are re-using the same websocket stream for the reconnection? This is not supported. You will need to destroy the stream and create a new...

The asio `use_awaitable.as_default_on()` example does not compile. I have reported this issue in the Asio repo. https://github.com/chriskohlhoff/asio/issues/477 Will revisit this issue in time for the next milestone.

Debug build or release? If release build, did you strip debugging symbols? On Sat, 11 Jul 2020 at 12:41, amnuwan wrote: > Version of Boost 1.70 ( 1.73 too )...

Ok, I’ve been off work for a few days. I’ll tackle this on Monday. Thanks for your patience.

Yes, we've been in discussion on how we can reduce template type expansions for internal completion handlers with little impact on performance. We have a plan, and work is under...

It can, depending on what else is distracting the maintainer :) PRs are always welcome if you'd like to help move the process along.