-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
component: librariestype: bugwaiting for feedbackWaiting on additional info. If it's not received, the issue may be closed.Waiting on additional info. If it's not received, the issue may be closed.
Milestone
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.
Metadata
Metadata
Assignees
Labels
component: librariestype: bugwaiting for feedbackWaiting on additional info. If it's not received, the issue may be closed.Waiting on additional info. If it's not received, the issue may be closed.