abmantis / whirlpool-sixth-sense

Whirlpool unofficial API for 6th Sense appliances
MIT License
13 stars 12 forks source link

Eventsocket dies with no log as to why #17

Closed mkmer closed 1 year ago

mkmer commented 1 year ago

Current eventsocket code does not restart after 3 connection attempts and does not log the condition - results in a dead eventsocket task.

For a long lived eventsocket, it should continue to retry forever. At a minimum it should reset the retry count after a successful connection, and log when it stops trying.

https://github.com/abmantis/whirlpool-sixth-sense/pull/13 has retry counter removed.

abmantis commented 1 year ago

Fixed by #13