mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07:00
When a subprocess exited, _proc_on_exit sent the exit event but never closed the server-side WebSocket. This left zombie connections open until the client eventually disconnected.