We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07be0ca commit 1f4ea9cCopy full SHA for 1f4ea9c
1 file changed
examples/ChargenServer/ChargenServer.ino
@@ -75,8 +75,8 @@ void handleClientError(void* arg, AsyncClient* client, int error) {
75
Serial.println("Cleaning up global client pointer due to error.");
76
AsyncClientChargen = nullptr;
77
}
78
- // We do not need to call "delete client" here because onDisconnect will do it.
79
- // If the error is critical, we will do it.
+ // We do not need to call "delete client" here because onDisconnect will do it
+ // If the error is critical we will do it.
80
if (client->connected()) {
81
client->close();
82
0 commit comments