NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

Check whether the data has returned from the TCPsocket

Open Br1Z opened this issue 3 years ago • 0 comments

How can I check that after sending the client returned the data after a request from the server? When trying to set Timeout on a socket.Receive and read from the socket. The server disconnects the client. So what is the way in your library to check whether the response has come from the client (Set timeout)? Thank you in advance

Br1Z avatar Aug 06 '21 06:08 Br1Z