TCP Socket is not stopping receiving data in C# program
问题 A Java Android App from an Android 2.2 phone, is sending string data to the C# program. The C# program receiving the data and showing it correctly for the first time only . Then it is not stopping receiving data. But since there is not data, it is showing as 0 as received data, while debugging and not receiving data which is sent second time by the Java App. First I thought, may be Java app is sending data continuously. But C# program is receiving data even though the Java App has closed.