Skip to content

Commit f60bb83

Browse files
Add comment about ESP8266 DNS lockup
1 parent 6e9dffa commit f60bb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dns.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ uint16_t DNSClient::ProcessResponse(uint16_t aTimeout, IPAddress& aAddress)
336336
iUdp.flush(); // FIXME
337337
return -9;//INVALID_RESPONSE;
338338
}
339+
// FIXME: seeems to lock up here on ESP8266, but why??
339340
iUdp.read(aAddress.raw_address(), 4);
340341
return SUCCESS;
341342
} else {

0 commit comments

Comments
 (0)