couchbase-cxx-client icon indicating copy to clipboard operation
couchbase-cxx-client copied to clipboard

CXXCBC-618: fix memory leak and data race

Open avsej opened this issue 1 year ago • 0 comments

using std::function along with std::shared_ptr for promise might affect the lifetime of the cluster object and result in memory leak and data races during destruction

avsej avatar Oct 17 '24 04:10 avsej