Subject: Re: [Boost-users] [asio] 1.37.0: trouble with multiple timers and serial line port
From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2009-03-12 09:50:26


>

Markus Werle <numerical.simulation <at> web.de> writes:

The example was oversimplified and therefore did not show *my* error.

I simply overlooked that StartMemfunX in

> if (success)
> StartMemfun2(counter + 1);
> else
> StartMemFun1(counter + 1);

will return immediately.
This lead to multiple calls of the same function in code not shown here.

Sorry for the noise :-(

Markus