mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
.
This commit is contained in:
@@ -102,7 +102,7 @@ Json::Value RPCServer::RPCError(int iError)
|
|||||||
void RPCServer::connected()
|
void RPCServer::connected()
|
||||||
{
|
{
|
||||||
//BOOST_LOG_TRIVIAL(info) << "RPC request";
|
//BOOST_LOG_TRIVIAL(info) << "RPC request";
|
||||||
std::cout << "RPC request" << std::endl;
|
//std::cout << "RPC request" << std::endl;
|
||||||
|
|
||||||
mSocket.async_read_some(boost::asio::buffer(mReadBuffer),
|
mSocket.async_read_some(boost::asio::buffer(mReadBuffer),
|
||||||
boost::bind(&RPCServer::handle_read, shared_from_this(),
|
boost::bind(&RPCServer::handle_read, shared_from_this(),
|
||||||
|
|||||||
Reference in New Issue
Block a user