TCP Server : Not able to read
Posted: Fri Jun 02, 2017 1:00 pm
Hi All,
I am using two sparkfun esp32 thing, one is running TCP server on port 80 and another one is the client.
Client is able to resolve the Hostname and connect to TCP server, it also sends the message.But the server is not able to read.
The connection at the server end is successful but it stops at this command
n = read(clientsock, buf, BUFSIZE-1);
is anybody else facing this issue. If there is any resolution, Please let me know
I am using two sparkfun esp32 thing, one is running TCP server on port 80 and another one is the client.
Client is able to resolve the Hostname and connect to TCP server, it also sends the message.But the server is not able to read.
The connection at the server end is successful but it stops at this command
n = read(clientsock, buf, BUFSIZE-1);
is anybody else facing this issue. If there is any resolution, Please let me know