j
k
j a
j l
boost::asio::async_read( cctalk_port, result, boost::asio::transfer_at_least(1), boost::bind( &set_result, &read_result, _1 ));
The above call promises you to read 1 byte. After it completes, where do you start another one?
Back to the thread
Back to the list