mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 07:17:30 +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);
|
printUserData(&userData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
disconnect();
|
|
||||||
}
|
}
|
||||||
|
disconnect();
|
||||||
wait();
|
wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user