At exit, an application using an async Key Vault client will output warnings from aiohttp because the transport session is never closed:
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x000002502F6AA278>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x000002502FDE3228>, 297.359)]']
connector: <aiohttp.connector.TCPConnector object at 0x000002502F6AA208>
Related: #6888, #4922
At exit, an application using an async Key Vault client will output warnings from
aiohttpbecause the transport session is never closed:Related: #6888, #4922