mbdavid / LiteDB

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

[BUG] Database is locked for more than 00:01:00 #2369

Open seleningchan opened 1 year ago

seleningchan commented 1 year ago

mutiple thread simultaneously reading and writing will cause Timeout. Database is locked for more than 00:01:00.

FelixLorenz commented 8 months ago

If you are using transactions, ensure, that the transaction is managed by the same thread. beginTrans await <- could cause a thread change commit