mirror of
https://github.com/esphome/esphome.git
synced 2025-09-14 01:02:19 +01:00
preen
This commit is contained in:
@@ -90,9 +90,6 @@ APIConnection::~APIConnection() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void APIConnection::loop() {
|
void APIConnection::loop() {
|
||||||
if (this->remove_)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (this->next_close_) {
|
if (this->next_close_) {
|
||||||
// requested a disconnect
|
// requested a disconnect
|
||||||
this->helper_->close();
|
this->helper_->close();
|
||||||
|
Reference in New Issue
Block a user