j
k
j a
j l
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);
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);
read_some() is a blocking read operation. Ensure you send something from the other side.
Back to the thread
Back to the list