游雁
2024-02-20 d79287c37e4e7ae2694a992cbbfb03a5ca4f7670
runtime/websocket/bin/websocket-server.cpp
@@ -85,6 +85,7 @@
          stamp_sents = FunASRGetStampSents(Result);
          FunASRFreeResult(Result);
        } else{
          std::this_thread::sleep_for(std::chrono::milliseconds(20));
          LOG(ERROR) << "FUNASR_RESULT is nullptr.";
        }
      }catch (std::exception const& e) {