NomadeonSoftwareLLC / LiteQueue

Lightweight, persisted, thread safe, (optionally) transactional, FIFO queue built on LiteDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiteDB v5 compatibility

kutsoff opened this issue · comments

Hello,

Could you provide info about NuGET package for LiteDB v5? Current 1.1.0 version doesn't works with LiteDB 5

Unit tests (specifically those within LiteQueueTest_Threaded) are failing with LiteDB 5. Have not yet determined cause. Example:

Single
Source: LiteQueueTest_Threaded.cs line 54
Duration: 824 ms

Message:
Test method LiteQueueTests.LiteQueueTest_Threaded.Single threw exception:
LiteDB.LiteException: Invalid Collection on 0. Full zero: True. Page Type: Empty. Prev/Next: 0/0. UniqueID: 5. ShareCounter: 1.
Stack Trace:
LiteQueueTest_Threaded.RunTasks(Action producer, Action consumer, Int32 producerCount, Int32 consumerCount) line 142
LiteQueueTest_Threaded.Single() line 60

I see. Thanks for reply