Subject: [Boost-users] socket.is_open returning false when it is in use
From: Gonzalo Garramuno (ggarra13_at_[hidden])
Date: 2012-12-07 15:17:57


I have a problem with my program and I traced it to socket.is_open which
returns as closed even while the connection is active in my server
program. The client, however, can still communicate with that
supposedly closed socket. The program is similar to the timeouts
example. I can post all the source code if needed.