When running under load , after disposing of the ILiteRepositoryAsync, the UnderlyingDatabase is still holding onto a File lock. I think, due to not immediately disposing of the UnderlyingDatabase too.
This was my simple fix, around line 337 of LiteRepositoryAsync.cs
When running under load , after disposing of the ILiteRepositoryAsync, the UnderlyingDatabase is still holding onto a File lock. I think, due to not immediately disposing of the UnderlyingDatabase too.
This was my simple fix, around line 337 of LiteRepositoryAsync.cs