NetCoreServer
NetCoreServer copied to clipboard
Check whether the data has returned from the TCPsocket
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