fujuntang
2021-12-09 73689afc09ce346f9eb00e02faf7f242e55dc7ee
Add the sync to fix the resource clear issue.
1个文件已修改
3 ■■■■■ 已修改文件
src/socket/bus_server_socket.cpp 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/socket/bus_server_socket.cpp
@@ -567,7 +567,10 @@
        procQuePart->erase(buf_temp);
      }
      pthread_mutex_lock(&gMutex);
      BusServerSocket::buf_data_remove(key);
      pthread_mutex_unlock(&gMutex);
      find_mm_data(key);
    }