From 6a22ea1c7d4f94e0683967f197d4da30fbdff33d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 23 Jun 2025 11:35:41 +0200 Subject: [PATCH] preen --- esphome/components/api/api_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/api/api_server.cpp b/esphome/components/api/api_server.cpp index 2bdcb3c45c..ab1568c80b 100644 --- a/esphome/components/api/api_server.cpp +++ b/esphome/components/api/api_server.cpp @@ -166,7 +166,7 @@ void APIServer::loop() { client->on_fatal_error(); ESP_LOGW(TAG, "%s: Network unavailable; disconnecting", client->get_client_combined_info().c_str()); } - return; // All clients will be marked for removal, cleanup will happen next loop + // Continue to process and clean up the clients below } size_t client_index = 0;