Skip to content

aiohttp: Unclosed client session and connector #7228

Description

@chlowell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.KeyVault

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions