runtime/websocket/bin/websocket-server-2pass.cpp
@@ -80,6 +80,12 @@ jsonresult["timestamp"] = tmp_stamp_msg; } std::string tmp_stamp_sents = FunASRGetStampSents(result); if (tmp_stamp_sents != "") { LOG(INFO) << "offline stamp_sents : " << tmp_stamp_sents; jsonresult["stamp_sents"] = tmp_stamp_sents; } return jsonresult; } // feed buffer to asr engine for decoder @@ -318,7 +324,7 @@ data_msg->msg["is_eof"]=true; guard_decoder.unlock(); to_remove.push_back(hdl); LOG(INFO)<<"connection is closed: "<<e.what(); LOG(INFO)<<"connection is closed."; } iter++;