mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-22 14:57:33 +02:00
JsonHttpClient: Close socket even when connection fails (issue #445)
This commit is contained in:
committed by
Benoît Blanchon
parent
db9a76f7c6
commit
7bcdf3e722
@ -41,8 +41,8 @@ void loop() {
|
||||
printUserData(&userData);
|
||||
}
|
||||
}
|
||||
disconnect();
|
||||
}
|
||||
disconnect();
|
||||
wait();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user