Search found 1 match
- Wed Mar 25, 2020 10:54 am
- Forum: ESP32 Arduino
- Topic: client.write() is not working smoothly.
- Replies: 1
- Views: 3871
client.write() is not working smoothly.
Hi, I have written the code in arduino for making ESP32 DEVKITV1 a server. There is some problem in receiving the data by using client.write() function. It is getting halted for some seconds and then write the entire data received in those seconds suddenly. Here i am attaching a dummy code in which ...