
21 Dec
2009
21 Dec
'09
9:01 p.m.
Hello. I tried using the code provided here: http://www.boost.org/doc/libs/1_41_0/doc/html/boost_asio/example/echo/blocki... to echo text back to a client but i haven't been successful. It seems to hang at size_t length = sock->read_some(boost::asio::buffer(data), error); what is wrong? Thanks