Search found 1 match
- Mon Jun 26, 2017 5:59 pm
- Forum: ESP-IDF
- Topic: mDNS server thread safety
- Replies: 0
- Views: 2516
mDNS server thread safety
After inspecting ESP-IDF mDNS server code I have found it's using so called "raw" LwIP API calls, which are not thread safe and must not be called outside of LwIP thread. If I'm right, i't a huge bug.