From 16cfab0ae5f74ef4833bbe8e53ede0921c7222f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=BE=E8=81=AA?= Date: Wed, 5 Jul 2023 17:03:27 +0800 Subject: [PATCH] update funasr-wss-client.cpp --- funasr/runtime/websocket/funasr-wss-client.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/funasr/runtime/websocket/funasr-wss-client.cpp b/funasr/runtime/websocket/funasr-wss-client.cpp index eb94d1495..b6d69f2e0 100644 --- a/funasr/runtime/websocket/funasr-wss-client.cpp +++ b/funasr/runtime/websocket/funasr-wss-client.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include "audio.h" @@ -106,7 +107,7 @@ class WebsocketClient { switch (msg->get_opcode()) { case websocketpp::frame::opcode::text: total_num=total_num+1; - LOG(INFO)<