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,
lwIP non blocking call of recvfrom
-
- Posts: 111
- Joined: Thu Oct 03, 2019 10:52 pm
- Contact:
Re: lwIP non blocking call of recvfrom
recvform function waits for data reception but does not block other tasks.
https://github.com/espressif/esp-idf/tr ... udp_client
https://github.com/espressif/esp-idf/tr ... udp_client
Who is online
Users browsing this forum: ESP_Sprite, Majestic-12 [Bot] and 84 guests