I am trying to find out what issues could cause this error:
ERROR-Receive issue. State: Connected. Server: 'localhost' ErrorCode: 10054 SocketErrorCode: ConnectionReset Message: An existing connection was forcibly closed by the remote host.
System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host.
When debugging the server code, I dont even see the client connection request hitting the CreatePeer on my ApplicationBase class.
↧