Open jbouwh opened 3 months ago
When the imap client task connection fails and raises we need to have a reference in the base class to make sure the task is not destroy before it is finished.
The intention is to solve:
https://github.com/home-assistant/core/issues/122809
The PR will store a task reference that is kept until a new client connection is set up, and the old reference is overwritten.
@bamthomas Can you have a look at the failing CI tests?
When the imap client task connection fails and raises we need to have a reference in the base class to make sure the task is not destroy before it is finished.
The intention is to solve:
https://github.com/home-assistant/core/issues/122809
The PR will store a task reference that is kept until a new client connection is set up, and the old reference is overwritten.