mirror of
https://github.com/esphome/esphome.git
synced 2026-02-25 21:43:14 -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.