A small maintenance release which fixes a possible problem related to high number of ObjectDisposedException exceptions when subscription-based fetching method is used. This problem causes high CPU usage on a single CPU due to constant exception dispatching, but the exception itself is a benign race condition.
Hangfire.Pro.Redis & Hangfire.Pro.Redis.SEv2
-
Fixed – Possible
ObjectDisposedExceptionstorm from subscription-based fetch. -
Project – Switch
netcoreapp3.1target tonet8.0in tests.
by