Hi all,
I use for testing of AsyncStreams a small app similar to AsyncStream Tutorial from Feb, 3, 2011.
At first the server starts. Then the client connects to him. In a Button_Click I can get the state of the socket from the server: True - OK.
Now the client disconnects with AstreamClient.Close and SocketClient.Close
The Button_Click still shows True.
Even if I close the client app, the server button for connected still says True.
Is this a mistake in my minds or a bug?