-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leaky go routines when using jwk.Cache #1173
Comments
I think using SetGlobalFetcher did the job
For most cases the above should just work. If you encounter this when you are trying to do whatever it is that you want with the |
Thanks for the update, do we know when will v3 be released ? |
@sanchit-CRL It's honestly mostly done, but I haven't found a compelling reason for users to migrate over to v3 (i.e., there's no single "killer" feature), and it's really just a collection of QoL improvements that also break API. I would love to move on to v3, but I also don't think anybody would at this point, so that's why it's been sitting in develop/v3 for some time now. |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. This does not mean your issue is rejected, but rather it is done to hide it from the view of the maintains for the time being. Feel free to reopen if you have new comments |
Describe the bug
Initialising the jwk Cache creates multiple goroutines due to the underlying library https://github.com/lestrrat-go/httprc
Please attach the output of
go version
go version go1.23.0 darwin/arm64
To Reproduce / Expected behavior
The text was updated successfully, but these errors were encountered: