In a simple vb.net console app, when I disconnect a client, I am getting these 2 messages in the console window.
Socket disconnected
Socket exited!
This is the code I'm using to disconnect.
If Not VCClient Is Nothing Then VCClient.DisconnectAll()
Is there some way to suppress these?