shixian.shi
2024-03-06 e451eb799a5bccd53dfd4b86cf66a4668b0088b7
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) {