Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into Developer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Sep 16, 2022
2 parents fdf070d + ad1964c commit 4bf97cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public static async Task RegisterAsync(string appId, string appSecret, string na
//为JsApiTicketContainer进行自动注册
var registerJsApiTask = JsApiTicketContainer.RegisterAsync(appId, appSecret, name);

await Task.WhenAll(new[] { registerTask, registerJsApiTask });//等待所有任务完成
await Task.WhenAll(new[] { registerTask, registerJsApiTask }).ConfigureAwait(false);//等待所有任务完成
}

#region AccessToken
Expand Down

0 comments on commit 4bf97cc

Please sign in to comment.