Search found 1 match
- Thu Nov 14, 2024 12:02 pm
- Forum: General Discussion
- Topic: ESP32 - Concurrent socket MQTT + TCP
- Replies: 6
- Views: 2916
Re: ESP32 - Concurrent socket MQTT + TCP
That is typically expected behaviour, but specifically for a socket that is opened in non-blocking mode. You seem to expect your socket to react like it is in blocking mode. How do you open that socket, can you post code for that? Hi, I have a pretty similar issue. In my project based on ESP-IDF 4....