Yabin Li
2023-09-05 aa9a863d0bae9f46bd55f0b5f277e45da5bb9ee5
funasr/runtime/websocket/websocket-server-2pass.cpp
@@ -299,9 +299,10 @@
      iter++;
    }
    for (auto hdl : to_remove) {
      remove_hdl(hdl, data_map);
      //LOG(INFO) << "remove one connection ";
      {
        unique_lock lock(m_lock);
        remove_hdl(hdl, data_map);
      }
    }
  }
}