discord.py-self icon indicating copy to clipboard operation
discord.py-self copied to clipboard

Add default session timeout 3s.

Open ye4241 opened this issue 1 year ago • 1 comments

Summary

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

General Info

  • [x] If code changes were made then they have been tested.
    • [ ] I have updated the documentation to reflect the changes.
  • [x] This PR fixes an issue (please put issue # in summary).
  • [ ] This PR adds something new (e.g. new method or parameters).
  • [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • [ ] This PR is not a code change (e.g. documentation, README, ...)

ye4241 avatar Mar 02 '24 15:03 ye4241

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

ye4241 avatar Mar 22 '24 16:03 ye4241

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.

dolfies avatar May 15 '24 01:05 dolfies