PaulStoffregen / Ethernet

Ethernet library for Teensy (Wiznet W5100 / W5200 / W5500)
http://www.pjrc.com/teensy/td_libs_Ethernet.html
130 stars 83 forks source link

Eternal loop in EthernetClass::socketSendUDP #46

Open fredilarsen opened 4 years ago

fredilarsen commented 4 years ago

When sending UDP using the W5xxx, sometimes the Arduino freezes permanently. Probably if another packet is arriving at the same time one is to be sent.

I created this ticket in the old repo in 2018, and it is still a problem as verified by @bleckers and @gioblu. Full details here:

https://github.com/arduino-libraries/Ethernet/issues/78