Subject: Re: [Boost-users] [asio] multi-threaded io_service::run produce wrong result
From: Igor R (boost.lists_at_[hidden])
Date: 2011-03-29 19:40:26


> I do not quite know why, but I would guess that once an io_service has
> gone into the stopped state, you might have to perform some action to
> reset it, so that it can be started again.

Yes, io_service::reset() should be called.