azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

[AppConfig] Use AioHttpTransport

Open YalinLi0312 opened this issue 3 years ago • 0 comments

The current transport used in AppConig - AsyncioRequestsTransport - is pretty old, not good to use. We need to update the transport to the one used in test proxy - AioHttpTransport.

YalinLi0312 avatar Sep 23 '22 22:09 YalinLi0312