simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
683 stars 90 forks source link

CPU usage problem - Configure centralized configuration #699

Closed simpleidserver closed 4 months ago

simpleidserver commented 4 months ago

Ticket #599

There is an issue with the following code :

        _pollTask = Task.Run(async () =>
        {
            await PoolConfigurations(cancellationToken);
        });