$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [asio] reconnect without close the socket, is it possible?
From: TONGARI J (tongari95_at_[hidden])
Date: 2013-07-25 12:26:03
Hi,
I want to know if the connection is broken up at some point, can I
reconnect without shutdown-close the socket.
On Windows, I keep getting already_connected error when reconnecting but
still fails to do other async read/write...
Also, any way to test if the socket is connected?
Thanks.