microsoft / APSI

APSI is a C++ library for Asymmetric (unlabeled or labeled) Private Set Intersection.
MIT License
186 stars 42 forks source link

Error occurs when update existing item in db #59

Closed Katherine-101 closed 1 year ago

Katherine-101 commented 1 year ago

Hi, I meet another question about fast update using SenderDB::insert_or_assign.

After I update label for the existing item in db, I run the online query. Error occurs in receiver's result worker. image image

Seems like there is a duplicated item in db. Cause when I used the SenderDB::remove to remove the item, receiver can get the right updated result. image image

Is something wrong with BinBundle::try_multi_overwrite