mathieu-mp / aio-intex-spa

Python client for Intex Spa wifi interface
https://pypi.org/project/aio-intex-spa/
MIT License
17 stars 2 forks source link

Avoid recursive attempts of closing connections #13

Closed mathieu-mp closed 2 years ago

mathieu-mp commented 2 years ago

In some cases the code was recursing through infinite closing attemps. Moving to try/except with ability to eventually dump previous malfunctioning connection

Fixes #12