Sergey Odinokov
Sergey Odinokov
Hi @NiSHoW, sorry for the delay! A lot of things needed to be done concurrently. This is a great addition, but I see it's mixed with dynamic filter attribute discovery...
`InMemoryStorage` class now implements `IDisposable`. So something is calling the `Dispose` method. Try creating instances of this class explicitly for each test, instead of relying on a static instance in...
Great, thanks for the update!
The stylesheets are being embedded into the `css*` and `css-dark*` resources and not served separately. I think it is `UTF-BOM` character in the beginning of the custom CSS file, which...
Yes, needs some investigation to understand whether it's possible to tell ADO.NET to throw an exception in this case. It will be difficult to validate for a particular length in...
Please try installing the latest version of [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/) package (latest stable version at the moment is 5.0.1) and use the following connection factory in your Hangfire configuration logic in order...
> Thanks for the reply @odinserj. However, before I make this change, could you please explain what it's doing and why it'll fix the issue? I was pursuing this issue...
Thanks for your feedback @djdd87, working on it. By the way, do you notice high network incoming traffic to your SQL Server when facing this issue?
Also, does the CPU consumption shown by SSMS matches the same metric in the Task Manager dialog?
Thank you, will appreciate any additional information regarding this problem. `SlidingInvisibilityTimeout` option defines how long background job is considered to be "active", when no heartbeats sent for it so serves...