Yabin Li
2023-09-01 ae8b4dfa338111f8b8a70ccfc4ef5615a82cbd09
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);
      }
    }
  }
}