Lord Jinxy
❔ TCP Server receives messages only after closing connection
I use the TCP protocol to send a message to the server once in a certain time interval. However, the server displays all these messages at once, and only after the client program closes. How can I make the server receive messages as the client proceeds, and not after the connection ends? Tried NetworkStream but the problem persisted.
5 replies