Hi !
Here me again

Anyone have a idea on how to flush the buffer of a TCPClient Stream??

For example if the client TCP is reading the stream at a rate of 1 / second, but the TcpListener(Server) is sending data at a rate of 10/second, somewhere a buffer is accumulating the data that have not been read! but how to flush that buffer ?

Anyone have a idea??

Thanks