Subject: Re: [Boost-users] access violation with asio
From: Gianni Ambrosio (gianni.ambrosio_at_[hidden])
Date: 2011-08-02 10:23:14


Il 8/2/2011 3:53 PM, Igor R ha scritto:
> To solve the problem, add thread.join() to the destructor.
>
Thanks Igor, it works putting thread.join() after (not before) the
io_service.stop() call.

Regards
Gianni