-->
Page 4 of 4

Re: WIFI UDP no longer receives data after data is sent

PostPosted: Sat Apr 11, 2015 9:58 am
by timothy_meyer
This would seem to be an issue for anyprotocol carried over UDP, where the ESP would send from a port, then interpret a response delivered to the same port.

I've documented this issue (regardless of localport specified, the outgoing traffic goes out a dynamic port) on the git repo, it is easy to confirm with a network sniffer.

Re: WIFI UDP no longer receives data after data is sent

PostPosted: Sun Apr 12, 2015 9:12 am
by gerardwr
There was a bug in the UDP library, the problem is fixed now.
https://github.com/esp8266/Arduino/issues/64