Howl

Results 2 issues of Howl

我在两台win7 64上都运行不起来,不知道有没有log可以查看?

客户端exe

auto act = _auth->next(); while (act != SUCCESS && act != FAILURE) { if (act == SEND) { size_t len; auto p = _auth->construct_send(len); _socket.send(boost::asio::buffer(p.get(), len)); _auth->sent(); } else if...