JsonHttpClient: Close socket even when connection fails (issue #445)

This commit is contained in:
Chris685
2017-02-11 14:01:14 +01:00
committed by Benoît Blanchon
parent db9a76f7c6
commit 7bcdf3e722

View File

@ -41,8 +41,8 @@ void loop() {
printUserData(&userData);
}
}
disconnect();
}
disconnect();
wait();
}