mirror of
https://github.com/esphome/esphome.git
synced 2026-03-02 18:58:20 -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.