Digital-Alchemy-TS / hass

Typescript APIs for Home Assistant. Includes rest & websocket bindings
https://docs.digital-alchemy.app
MIT License
5 stars 2 forks source link

Retry stability fixes #28

Closed zoe-codez closed 3 months ago

zoe-codez commented 3 months ago

Changes

Removed code that attempted immediate retry when socket is closed, which caused a self destruct spiral. The reconnect logic is still handled by a schedule for periodic retries

Checklist