j
k
j a
j l
m_pAcceptor->async_accept(*pSocket, bind(&CBaseWebServer::HandleAccept, this, pSocket, boost::asio::placeholders::error));
Did you open() the acceptor (or created it with the "opening" constructor)?
Back to the thread
Back to the list