mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Also print incoming WebSocket messages in verbose mode.
This commit is contained in:
@@ -90,6 +90,8 @@ public:
|
||||
Json::Value jvRequest;
|
||||
Json::Reader jrReader;
|
||||
|
||||
cLog(lsDEBUG) << "Ws:: Receiving '" << mpMessage->get_payload() << "'";
|
||||
|
||||
if (mpMessage->get_opcode() != websocketpp::frame::opcode::TEXT)
|
||||
{
|
||||
Json::Value jvResult(Json::objectValue);
|
||||
|
||||
Reference in New Issue
Block a user