NTPClient::sendNTPPacket() does not check whether this->_udp->beginPacket actually began. #162
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
https://github.com/arduino-libraries/NTPClient/blob/master/NTPClient.cpp#L200
When
this->_udp->beginPacket(...)
fails because of DNS lookup failure or some other reason this causes the device to panic when it tries to read the result.The text was updated successfully, but these errors were encountered: