Subject: Re: [Boost-users] access violation with asio
From: Igor R (boost.lists_at_[hidden])
Date: 2011-08-02 10:30:52


> Thanks Igor, it works putting thread.join() after (not before) the
> io_service.stop() call.

Yes, of course, after stop().