Subject: Re: [Boost-users] ASIO sockets - 2nd write fails
From: Igor R (boost.lists_at_[hidden])
Date: 2011-05-06 10:36:13


> Several seconds later my server tries to send another message to the client
> (by calling server::write()). the code runs ok up to
> connection::handle_writeMessage() where error is: 2719 “The file handle
> supplied is not valid”.

FWIW, this usually means that the socket is already closed.