mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 07:14:32 +02:00
@@ -1,6 +1,7 @@
|
|||||||
Version 255:
|
Version 255:
|
||||||
|
|
||||||
* Add idle ping suspend test
|
* Add idle ping suspend test
|
||||||
|
* Fix moved-from executor in idle ping timeout
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -176,7 +176,8 @@ public:
|
|||||||
impl.op_idle_ping.emplace(std::move(*this));
|
impl.op_idle_ping.emplace(std::move(*this));
|
||||||
impl.wr_block.lock(this);
|
impl.wr_block.lock(this);
|
||||||
BOOST_ASIO_CORO_YIELD
|
BOOST_ASIO_CORO_YIELD
|
||||||
net::post(this->get(), std::move(*this));
|
net::post(
|
||||||
|
this->get_executor(), std::move(*this));
|
||||||
BOOST_ASSERT(impl.wr_block.is_locked(this));
|
BOOST_ASSERT(impl.wr_block.is_locked(this));
|
||||||
}
|
}
|
||||||
if(impl.check_stop_now(ec))
|
if(impl.check_stop_now(ec))
|
||||||
|
Reference in New Issue
Block a user