Skip to content

Commit

Permalink
Add comment about ESP8266 DNS lockup
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jul 26, 2018
1 parent 6e9dffa commit f60bb83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ uint16_t DNSClient::ProcessResponse(uint16_t aTimeout, IPAddress& aAddress)
iUdp.flush(); // FIXME
return -9;//INVALID_RESPONSE;
}
// FIXME: seeems to lock up here on ESP8266, but why??
iUdp.read(aAddress.raw_address(), 4);
return SUCCESS;
} else {
Expand Down

0 comments on commit f60bb83

Please sign in to comment.