
11 Jul
2019
11 Jul
'19
10:54 p.m.
On Thu, Jul 11, 2019 at 5:43 PM Christopher Pisz via Boost-users <boost-users@lists.boost.org> 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