hms-push-serverdemo-csharp
hms-push-serverdemo-csharp copied to clipboard
TaskCanceledException when requesting AccessToken
Noticed that if calling RequestAccessTokenAsync method end up in TaskCanceledException all further requests will also ended the same way as accessTokenTask won't be assigned to null, so added try finally to fix that
@StMilan @HMSPushKit can anybody finaly merge this PR?