Replies: 1 comment
-
We do explicitly not provide suggestions how to avoid this problem as this is currently inherent on how rust async ecosystem is designed. That's the reason why this is documented this way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.rs/diesel-async/0.2.0/diesel_async/trait.AsyncConnection.html#method.transaction
Is there any suggestion to avoid this problem, as I understand it, even if I don't actively cancel a future, maybe the framework I'm using, or the library function might do it implicitly?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions