This commit is contained in:
/jdi/ 2015-09-23 23:37:55 +02:00
parent 8b98846b0b
commit dad4770cd8

View file

@ -62,6 +62,7 @@ void Socket::listen() {
remote_endpoint_,
[this](asio::error_code ec, std::size_t bytes_recvd)
{
printf("Echo");
if (ec || bytes_recvd == 0) {
listen();
} else {