aliyun / aliyun-openapi-net-sdk

Alibaba Cloud SDK for .NET
https://www.nuget.org/profiles/aliyun-openapi-sdk
Other
541 stars 625 forks source link

在DefaultAcsClient中增加异步方法 #163

Open LiangZugeng opened 5 years ago

LiangZugeng commented 5 years ago

Is your feature request related to a problem? Please describe. DefaultAcsClient中的所有方法都是同步方法。

Describe the solution you'd like 在该类中为每个同步方法的重载增加异步版本,以提高服务器的可伸缩性。

例如:

public async Task<T> GetAcsResponseAsync<T>(AcsRequest<T> request) where T : AcsResponse
doublnt commented 5 years ago

您好,感谢您的建议。我们将会在后续版本中增加重载异步方法。

yzbai commented 4 years ago

没有任何进展吗?

dupeng0811 commented 4 years ago

同样希望有异步,异步性能还是能高不少的。谢谢

ly1331 commented 4 years ago

+1

beckjin commented 4 years ago

+1

yaoyuansheng commented 3 years ago

+1

bobp2000 commented 10 months ago

+1