From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-07-12 04:54:21


On Thu, Jul 11, 2019 at 5:43 PM Christopher Pisz via Boost-users
<boost-users_at_[hidden]> wrote:
> boost::asio::steady_timer...only performs the callback once and does not fire again.
> I am not sure what I am doing wrong. Any suggestions?

That's how it is supposed to work. If you want it to fire again, call
async_wait again.

Regards