$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] Second connection fails
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2018-06-20 23:39:37
On 19/06/2018 23:08, Florian Lindner wrote:
> The host to wich I connect always takes on connection per process,
> that is way I think the problem is with the requester.
If you are trying to connect to the same server twice, and it only
supports one active connection, it might either refuse a second
connection or close its previous connection in favour of the new one.