TCPClient - Connection remains open

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Holger Steinestel

    TCPClient - Connection remains open

    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.


Working...