NomadeonSoftwareLLC / LiteQueue

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

Possible misspelling "ResetOrhpans" #1

Closed AndrewADev closed 6 years ago

AndrewADev commented 6 years ago

I'm assuming that this method: https://github.com/NomadeonSoftwareLLC/LiteQueue/blob/f0a51d57564e1d48823937515fddef8ce368da77/src/LiteQueue/LiteQueue.cs#L165

Likely intends to be called ResetOrphans. Would that be correct?

nbushby commented 6 years ago

Correct, committed a fix. Also noticed the method above, CurrentCheckouts, had a copy and paste error in the exception text. Changed the method name strings to nameof(x) usage for future refactoring integrity.

nbushby commented 6 years ago

Released into 1.0.1 in nuget https://www.nuget.org/packages/LiteQueue/1.0.1