NomadeonSoftwareLLC / LiteQueue

Lightweight, persisted, thread safe, (optionally) transactional, FIFO queue built on LiteDB.
MIT License
67 stars 11 forks source link

LiteDB v5 compatibility #6

Closed kutsoff closed 4 years ago

kutsoff commented 4 years ago

Hello,

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

nbushby commented 4 years ago

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

kutsoff commented 4 years ago

I see. Thanks for reply