Hi,
I have a question about client/server socket communication: suppose I have a client socket connecting to a server socket and this client sends some bytes to the server, but there is no sequence of byte to mark the end of the bytes. The server socket only processes those bytes (actually, the server only transfers those bytes to another peer). So, only client knows when exactly the socket can be closed. Will I have any trouble if the server doesn´t close any of the connections?
Thanks!
I have a question about client/server socket communication: suppose I have a client socket connecting to a server socket and this client sends some bytes to the server, but there is no sequence of byte to mark the end of the bytes. The server socket only processes those bytes (actually, the server only transfers those bytes to another peer). So, only client knows when exactly the socket can be closed. Will I have any trouble if the server doesn´t close any of the connections?
Thanks!
Comment