$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio]remote_endpoint throws exception
From: Bjorn Reese (breese_at_[hidden])
Date: 2014-06-15 08:17:52
On 06/12/2014 01:18 PM, higashiyama_at_[hidden] wrote:
> ip::tcp::socket::remote_endpoint sometime throws boost::system::system_error exception (error message is "remote_endpoint: Transport endpoint is not connected").
> But async_connect is successfully completed.
> Why does remote_endpoint function throw exception?
Sounds similar to this bug report (although it refers to a newer version
of Boost)
https://svn.boost.org/trac/boost/ticket/8795