M
Miroslav Endys
I have two apps. Client and Server (both are windows console apps).
Im using Client Socket of this definition AddressFamily.InterNetwork,
SocketType.Stream, ProtocolType.Tcp
and Im using async communication with the Server Socket.
I have no opened NetworkStream.
In case, I kill my client application (via red cross) the server application
can see, that client has been disconnected.
In case, I shutdown the client socket and close it on the client side, and
then close my client apps, the server cannot see, that the client
application has been disconnected.
WHY???
Thanks
ME
Im using Client Socket of this definition AddressFamily.InterNetwork,
SocketType.Stream, ProtocolType.Tcp
and Im using async communication with the Server Socket.
I have no opened NetworkStream.
In case, I kill my client application (via red cross) the server application
can see, that client has been disconnected.
In case, I shutdown the client socket and close it on the client side, and
then close my client apps, the server cannot see, that the client
application has been disconnected.
WHY???
Thanks
ME