游雁
2024-02-19 94de39dde2e616a01683c518023d0fab72b4e103
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) {