lwIP non blocking call of recvfrom
Posted: Fri Oct 15, 2021 10:38 am
Hi,
I am using UDP protocol to share the data over wifi. I am having one task which should check if data is available, however, I noticed that its blocking all other tasks because its not yielding on recvfrom() function. How I can solve this problem?
Best,
I am using UDP protocol to share the data over wifi. I am having one task which should check if data is available, however, I noticed that its blocking all other tasks because its not yielding on recvfrom() function. How I can solve this problem?
Best,