Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a more graceful close for the clinet session and connector #9

Closed
karajan1001 opened this issue Jul 27, 2022 · 0 comments · Fixed by #10
Closed

Make a more graceful close for the clinet session and connector #9

karajan1001 opened this issue Jul 27, 2022 · 0 comments · Fixed by #10

Comments

@karajan1001
Copy link
Owner

Currently in example/simple.py

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f78b0d05070>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f78a0181820>, 0.598118833)]']
connector: <aiohttp.connector.TCPConnector object at 0x7f78b0d053d0>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f78b0d05a30>

A lot of warning out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant