Brightspace / D2L.Security.OAuth2

Brightspace OAuth 2.0 for C#
Apache License 2.0
7 stars 16 forks source link

the key caching has some race conditions #360

Open daryl-mcmillan opened 7 months ago

daryl-mcmillan commented 7 months ago

This is assuming the reference counting via Dispose() is reasonable - really multiple Dispose calls are supposed to be ok so Ref() should probably be returning a wrapper. https://stackoverflow.com/a/5306896/24158