mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Bugfix.
This commit is contained in:
@@ -167,9 +167,15 @@ public:
|
||||
Json::Value jvRequest;
|
||||
Json::Reader jrReader;
|
||||
|
||||
cLog(lsDEBUG) << "Ws:: Receiving("
|
||||
<< cpClient->get_socket().lowest_layer().remote_endpoint().address().to_string()
|
||||
<< ") '" << mpMessage->get_payload() << "'";
|
||||
try
|
||||
{
|
||||
cLog(lsDEBUG) << "Ws:: Receiving("
|
||||
<< cpClient->get_socket().lowest_layer().remote_endpoint().address().to_string()
|
||||
<< ") '" << mpMessage->get_payload() << "'";
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
}
|
||||
|
||||
if (mpMessage->get_opcode() != websocketpp::frame::opcode::TEXT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user