$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] More problems with boost::asio and async_read
From: Allan Nielsen (a_at_[hidden])
Date: 2011-08-08 15:18:38
Hi
> You bind your completion handlers to addresses of local objects. I
> admit I didn't investigate your code in depth, but at a glance - I'm
> not sure all these locals always outlive the appropriate functors...
Well, that is also what I think, but how am I suppose to cancel the
async_read such that it will not interrupt me later on or??