Support for CancellationToken #717
aakashsethi20
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hey @JohnnyCrazy!
First of all, I just want to thank you for your amazing work and effort to open-source a useful library.
I wanted to ask if there are any plans to support CancellationToken in API requests? It's not a huge deal but I've noticed that sometimes my application will still go out and call Spotify API even when a request has been canceled by the client (user moving to a different page or something else).
I think we could provide the user of this library with an Async/Await implementation that supports things like
CancellationToken
. What do you think?Beta Was this translation helpful? Give feedback.
All reactions