Subject: Re: [boost] async_read SEGFAULT
From: hh h (jupiter.hce_at_[hidden])
Date: 2019-01-06 08:08:46


Thanks Richard, that was well explained, I am now thinking to have a
class to wrap the shared_ptr<boost::asion::streambuf> to lock it down
during calling the async_xxx until it is back to the handler function
then to release it.

Thank you so much Richard.