From 99387140ba9cc34c66e5e61204a59049d59c9018 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期六, 13 五月 2023 00:21:09 +0800
Subject: [PATCH] websocket new version for offline 2pass send bytes

---
 funasr/runtime/websocket/websocketsrv.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/funasr/runtime/websocket/websocketsrv.h b/funasr/runtime/websocket/websocketsrv.h
index dea656f..1899f57 100644
--- a/funasr/runtime/websocket/websocketsrv.h
+++ b/funasr/runtime/websocket/websocketsrv.h
@@ -89,9 +89,7 @@
 
   // use map to keep the received samples data from one connection in offline
   // engine. if for online engline, a data struct is needed(TODO)
-  std::map<websocketpp::connection_hdl, std::shared_ptr<std::vector<char>>,
-           std::owner_less<websocketpp::connection_hdl>>
-      sample_map;
+ 
 
   std::map<websocketpp::connection_hdl, std::shared_ptr<FUNASR_MESSAGE>,
            std::owner_less<websocketpp::connection_hdl>>

--
Gitblit v1.9.1