diff --git a/funasr/runtime/websocket/funasr-ws-client.cpp b/funasr/runtime/websocket/funasr-ws-client.cpp index 3c20fd8f3..4a3c7516d 100644 --- a/funasr/runtime/websocket/funasr-ws-client.cpp +++ b/funasr/runtime/websocket/funasr-ws-client.cpp @@ -106,7 +106,16 @@ class WebsocketClient { const std::string& payload = msg->get_payload(); switch (msg->get_opcode()) { case websocketpp::frame::opcode::text: - LOG(INFO)<<"on_message = " << payload; + total_num=total_num+1; + LOG(INFO)<