Search found 1 match
- Mon Jun 19, 2023 12:41 pm
- Forum: ESP-IDF
- Topic: [ESP32][ESP-IDF][HTTPD-Server] One client at a time
- Replies: 0
- Views: 935
[ESP32][ESP-IDF][HTTPD-Server] One client at a time
What I need? - I wanted to allow only one client at a time. i.e.. If I open http://ip:port in browser so client connected to ESP now no more browser can connect to esp until running tab close or browser close. - Here is i have attached code of sample server. #include <stdio.h> #include "esp_err.h" #...