IdentityServer3.AccessTokenValidation icon indicating copy to clipboard operation
IdentityServer3.AccessTokenValidation copied to clipboard

2.15 causes deadlocks/hangs under heavy load

Open ErikEJ opened this issue 6 years ago • 10 comments

It looks like this change causes thread deadlocks/hangs under heavy load (many requests (several 100s per second) running under ASP.NET) - why was the quick exit removed? https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation/commit/dec7f5c14784ddcaeb3c99aaf3cced7ddf22eed1#diff-5b2c5cc8b17ae721dd148a69c90508e6L136

WebAPI 2 under ASP.NET 4.6 in Azure App Service

ErikEJ avatar Sep 08 '17 06:09 ErikEJ