boostorg / asio

Boost.org asio module
http://boost.org/libs/asio
1.25k stars 418 forks source link

Missing argument? #411

Open Hentacler opened 1 year ago

Hentacler commented 1 year ago

Hey. Please check the following line. I believe, we need to pass "args" as the second argument to std::apply(). Otherwise, I can't read from a channel that has more than one parameter (in addition to boost::system::error_code).

https://github.com/boostorg/asio/blob/46ed570aa36d1a665b0425e26d013e189b26515b/include/boost/asio/experimental/detail/coro_completion_handler.hpp#L124