Skip to content

在DefaultAcsClient中增加异步方法 #163

@LiangZugeng

Description

@LiangZugeng

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions