dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
648 stars 153 forks source link

Add default session timeout 3s. #672

Closed ye4241 closed 1 month ago

ye4241 commented 4 months ago

Summary

Try to fix issue: #671, now bot starts faster.

General Info

ye4241 commented 3 months ago

@dolfies I have format file with black==22.6, please check it again.

dolfies commented 1 month ago

Thanks for the PR! Unfortunately, there's an issue with aiohttp's default timeout implementation that causes conflicts with the library's cleanup process. I'll implement this myself in the TLS refactor.