mirror of
https://github.com/esphome/esphome.git
synced 2026-03-03 03:08:21 -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.