We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ba556 commit aeb8f94Copy full SHA for aeb8f94
include/boost/mysql/impl/internal/sansio/handshake.hpp
@@ -375,7 +375,7 @@ class handshake_algo
375
{
376
// The plugin wants us to read another packet
377
BOOST_ASSERT(act.type() == next_action_type::read);
378
- BOOST_MYSQL_YIELD(resume_point_, 10, st.read(sequence_number_))
+ BOOST_MYSQL_YIELD(resume_point_, 10, act)
379
}
380
381
// If we got here, we've successfully read a packet. Deserialize it
0 commit comments