Pycord-Development / pycord

Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python
https://docs.pycord.dev
MIT License
2.7k stars 458 forks source link

fix: Avoid premature garbage collection of Client tasks #2510

Closed Haptein closed 1 month ago

Haptein commented 1 month ago

Summary

Addresses #2179: Avoids client tasks being garbage collected prematurely, particularly on long-running tasks.

Information

Checklist