Hangfire.Console icon indicating copy to clipboard operation
Hangfire.Console copied to clipboard

The last successful call to WriteLine seems to be ignored, using Hangfire.MemoryStorage.

Open io24m opened this issue 6 years ago • 2 comments

Reproduce it:#35

Hangfire 1.6.20, Hangfire.MemoryStorage 1.5.2 and Hangfire.Console 1.4.1.

config.UseMemoryStorage();

io24m avatar Aug 31 '18 03:08 io24m

I suppose i have similar problem also with memorystorage. The progress bar doesn't complete to 100% via .WithProgressBar(PerformContext) extension. It always falls one item short.

Vaiune avatar Sep 20 '18 09:09 Vaiune

Wow, there's a lot of issues about MemoryStorage recently.

I've never actually used MemoryStorage before, so decided to give it a quick look today. Found two bugs in no time, and there's probably more. And it was last updated 11 months ago, so it might be abandoned.

I'd suggest you to switch to another storage, unless you're willing to spend a lot of time doing full code review and fixing bugs.

pieceofsummer avatar Oct 02 '18 22:10 pieceofsummer