$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Deadline_timer problem
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-07-13 01:34:37
Mario Chacon wrote:
> Hello:
> I have a problem using boost deadline timer that I cannot resolve. Why the
> resume method do not call again to the handler method???
> Do I have something wrong?
>
It could be that the io_service runs out of work if you are calling
start/cancel/resume in that order. I.e., io_service is probably not running
anymore.
Kind regards,
Rutger