-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
This code doesn't work for me unless I comment out the WaitForCompletion method.
Maybe it's a race condition, the data is not (yet) written to disk, and the exists method only checks
on disk?
BinaryRage.DB.Insert(key, document, StoreDirectory);
//BinaryRage.DB.WaitForCompletion();
bool exists = BinaryRage.DB.Exists(key, StoreDirectory);
Console.WriteLine(exists); // False!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels