[2005] Net.Sockets.TcpClient Buffer Question
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 :)
Re: [2005] Net.Sockets.TcpClient Buffer Question
The only thing that I've found is to Disconnect and to reconnect.
It seam that the framework is not complete for that part :ehh: