mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Forgot to send the actual ping.
This commit is contained in:
@@ -99,6 +99,10 @@ public:
|
||||
cLog(lsWARNING) << "Connection pings out";
|
||||
cpClient->close(websocketpp::close::status::PROTOCOL_ERROR, "ping timeout");
|
||||
}
|
||||
else
|
||||
{
|
||||
cpClient->ping("ping");
|
||||
}
|
||||
}
|
||||
|
||||
void on_open(connection_ptr cpClient)
|
||||
|
||||
Reference in New Issue
Block a user