Closed
Description
This issue is a followup from #1009 (comment)
when rapidly sending UDP packets, udp_sendto() (called from libraries/ESP8266WiFi/src/include/UdpContext.h:286 will not report an error, if it silently drops the packet for whatever reason (buffer allocation?).
even though UDP is inherently 'unreliable', the API should still report internal errors if possible, so users of the API can deal with them.