We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
session
connector
Currently in example/simple.py
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.
The text was updated successfully, but these errors were encountered:
Make a more graceful close for the clinet session and connector
89a6c6f
fix: #9
ddefd3b
Successfully merging a pull request may close this issue.
Currently in
example/simple.py
A lot of warning out.
The text was updated successfully, but these errors were encountered: