-
Notifications
You must be signed in to change notification settings - Fork 529
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 fromFutureCancelable
#3891
Comments
Thanks, good catch. I think |
I have a vague of fixing things like this before by floating the |
OK pushed. Tomorrow I'll try to confirm that it actually does what I think it does 😅 |
Resolved by #3892 |
https://github.com/typelevel/cats-effect/blob/series/3.x/kernel/shared/src/main/scala/cats/effect/kernel/Async.scala#L268 has the potential to leak the future on cancelation due to the lack of
uncancelable
/poll
The text was updated successfully, but these errors were encountered: