-->
Page 3 of 3

Re: WiFi client occasionally slow to send

PostPosted: Sun Jul 19, 2020 3:07 pm
by NickD
The loop is fine, waits for a max of 1000 ms, using yield (tried delay(1) and/or yield) to make sure all is good (unless this isn’t workable either). Still wouldn’t explain the delay in hitting the wire with the data. UDP is working great, so I’ve ditched the problem.