Cancellation Tokens for Cloud Save Async Tasks

Is there a way to cancel async Tasks in the Cloud Save API?

Normally, a Task allows for a param that includes a CancellationToken, which can be used later to cancel Tasks. However, the Tasks in the Cloud Save API do not have this param. Is it done under the hood? Do I need to catch a certain exception?

I am trying to timeout LoadAsync() after 10 seconds by using Task.WhenAny() in a situation where the Task took too long to return.

Hi, any follow-up on this? Been awhile, would want a reply even if its not possible.

Hey there, at this point we don’t have any support for this but I’ll let the team who’s taking over next year know about it at least

Gotcha, thanks for the reply. Sorry if I was a bit rude.

1 Like