Exocomp
Results
12
comments of
Exocomp
@imperugo The issue is what you highlighted with ConcurrentBag object (RedisCacheConnectionPoolManager) being static. If you make it an instance then it resolves the issue in my testing. Any idea why...
@imperugo > it was an instance cache and you register the service as transient, it will be initialized every time to try to use the cache I agree if it...