12-02-2020 03:40 AM
Hi,
I am communicating between two computers running two applications using TCP/IP connection. someitmes I am getting error 62, can some one explain me what this error means and how can I fix the issue. I appreciate your help.
12-02-2020 04:35 AM
12-02-2020 06:19 AM
Help->Explain Error...type 62 into the code..."The system caused the network connection to be aborted."
One possibility that comes to mind is if you do not have any traffic for some time, Windows will close the connection for you. The solution is to send a watchdog command back and forth every minute or so to keep the connection active.