提交 77fd339f 编写于 作者: Y Yang Zhou

fix websocket client early return issue

上级 1867c7bc
...@@ -74,9 +74,7 @@ int main(int argc, char* argv[]) { ...@@ -74,9 +74,7 @@ int main(int argc, char* argv[]) {
std::string result = client.GetResult(); std::string result = client.GetResult();
LOG(INFO) << "utt: " << utt << " " << result; LOG(INFO) << "utt: " << utt << " " << result;
client.Join(); client.Join();
return 0;
} }
return 0; return 0;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册