1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 17:22:20 +01:00
This commit is contained in:
J. Nick Koston
2025-06-23 11:35:41 +02:00
parent 56a02409c8
commit 6a22ea1c7d

View File

@@ -166,7 +166,7 @@ void APIServer::loop() {
client->on_fatal_error(); client->on_fatal_error();
ESP_LOGW(TAG, "%s: Network unavailable; disconnecting", client->get_client_combined_info().c_str()); 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; size_t client_index = 0;