ivgg-me / aioremootio

An asynchronous API client library for Remootio written in Python
Apache License 2.0
6 stars 82 forks source link

Hande lost connection better #6

Open peaceduck opened 2 years ago

peaceduck commented 2 years ago

Hi! I noticed that when one of my remootios dropped the connection (probably some wifi-errors), the api got in a logging-loop and failed to reconnect. To me it seems that this simple addition of a disconnect solves that problem.

peaceduck commented 2 years ago

It looks like it is 3 commits, but I think/hope that it is only one row in one file that is affected. I have to read up a bit more on github-versioning...