13 Jul
2009
13 Jul
'09
5:34 a.m.
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