mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.35k stars 1.22k forks source link

Prevent using disposed snapshots #2481

Closed oleksii-datsiuk closed 3 weeks ago

oleksii-datsiuk commented 1 month ago

This fix prevents ENSURE ... Clear() cache error and DB corruption problem, which is described in this issue: https://github.com/mbdavid/LiteDB/issues/2480

JKamsker commented 3 weeks ago

Thanks for the contribution!