Hello,
I have a problem with the TCPClient class.
After closing the connection with the Close() method, the connection on the
Linux server remains open with the CLOSE_WAIT status.
I found the Knowledge Base article #821625 , which recommends to close the
NetworkStream before the TCPClient is closed. However, this does not solve
the problem.
Thanks for your help.
I have a problem with the TCPClient class.
After closing the connection with the Close() method, the connection on the
Linux server remains open with the CLOSE_WAIT status.
I found the Knowledge Base article #821625 , which recommends to close the
NetworkStream before the TCPClient is closed. However, this does not solve
the problem.
Thanks for your help.