Hi Scott.
Thanks Scott. That's worked, but In my code, async_read returned "boost::asio::error::eof" when a socket is closed.
Best Regards.
Yours Kennir
"Ken zhang" <kennir@gmail.com> writes:Hello Kennir,
> I want to handle socket close event in my connection, but I can't found
> mothed in ip::tcp::socket,How can I handle close event for socket?
If you have an outstanding read request, when the socket is closed the
read handler will be called with an error indication. In my own code
I've seen these errors returned when a socket is closed:
boost::system::errc::no_such_file_or_directory:
boost::asio::error::shut_down:
Hope this helps,
----Scott.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users