1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 16:52:18 +01:00
This commit is contained in:
J. Nick Koston
2025-06-23 11:17:17 +02:00
parent 147f6012b2
commit 13b23f840b

View File

@@ -90,9 +90,6 @@ APIConnection::~APIConnection() {
}
void APIConnection::loop() {
if (this->remove_)
return;
if (this->next_close_) {
// requested a disconnect
this->helper_->close();