ShiLiang Zhang
2023-09-04 51d5095762bcd6b4a2e8dd734fe89b84d2a7d2f5
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);
      }
    }
  }
}