Search found 2 matches

by ansonvandoren
Fri Dec 27, 2019 2:52 pm
Forum: ESP8266 boards
Topic: Problem polling a UDP socket on ESP8266 -- works on ESP32
Replies: 3
Views: 4230

Re: Problem polling a UDP socket on ESP8266 -- works on ESP32

I just started ignoring the POLLHUP events in the loop, and realized that I'm also getting the actual POLLIN events as well, but they were masked by the flood of POLLHUP.
by ansonvandoren
Mon Dec 23, 2019 7:06 pm
Forum: ESP8266 boards
Topic: Problem polling a UDP socket on ESP8266 -- works on ESP32
Replies: 3
Views: 4230

Re: Problem polling a UDP socket on ESP8266 -- works on ESP32

Did you ever get an answer to this question? I'm seeing the same thing on ESP8266, where UDP sockets always return select.POLLHUP