robertnash30 wrote:For posterity, this issue has been solved on the GitHub page. Simply use a different instance of WiFiUDP for sending data.
I'm puzzled !
Did you actually see this working? When yes, how?
I tried it, and after sending data to the 2nd UDP instance the receiving of data continued, so that's solved.
But the written data did not arrive at my Mac (used "nc -u 192.168.1.100 2390").
I tried using remoteIP() and remotePort() for the 2nd UDP instance, and I tried hardcoding. Both "replies" did not reach my Mac. Maybe the issues is on my Mac?