$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] Pending handlers not invoked in boost.asio?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-05-08 06:24:02
> My EXACT problem is that when the THIRD client connects, after
> invoking ClientContext::asyncReadMessageFromSocketIntoQueue
> once and reaching the first yield, it is never invoked again, even if
> I passed the handler function.
I don't have answers to your questions, but I just would like to bring
to your attention that, IUUC, Coroutines are neigher a part of
official asio release, nor a part of boost, so there're little chances
that many people are familiar with this library.