-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unclosed client session at the end of tests is ugly #20
Comments
The way Rapptz/discord.py handles aiohttp ClientSessions is likely the cause of this issue. There is an old version (1.0.5) being used for aiohttp, so it may not even be possible to fix this without updating that dependency upstream. Updating aiohttp in discord.py may involve fixing it ourselves, because the author seems very against doing the work. |
Seems this issue is happening again. |
Bowser would exit after a connection reset with the Discord API. Now, bowser will continue to run unless some other error happens. This also corrects the unclosed client warning that displayed after running tests (#20).
Bowser would exit after a connection reset with the Discord API. Now, bowser will continue to run unless some other error happens. This also corrects the unclosed client warning that displayed after running tests (#20).
The text was updated successfully, but these errors were encountered: