mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
Fix a bug in rpc subscribe.
This commit is contained in:
@@ -64,8 +64,6 @@ void RPCSub::sendThread()
|
|||||||
{
|
{
|
||||||
cLog(lsDEBUG) << boost::str(boost::format("callRPC exception: %s") % e.what());
|
cLog(lsDEBUG) << boost::str(boost::format("callRPC exception: %s") % e.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
sendThread();
|
|
||||||
}
|
}
|
||||||
} while (bSend);
|
} while (bSend);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user