Hi, i have a java program which send and recieve data from a c# program. Sometimes i get java.net.SocketException: Connection reset thrown in the java program. It seems totally random, and happends maybe 2% of the times. From the log files i can see the error is being thrown before the data "reaches" the C# listener. It looks like the data ...