$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] Clients (try to) connect only once
From: Igor R (boost.lists_at_[hidden])
Date: 2009-02-10 11:55:00
>
> Inputhandler calls async_connect which returns to one of its members. Which
> works through the first run.
>
> How to solve this?
>
Probably, your io_service object has no more pending work, so its run() loop
exits? Look at the "work" class in asio reference.