12-04-2019 08:26 AM
Hi,
We are using "simple tcp" example. We changed something in the program to prevent the server.vi from stopping when we stopped client.vi. After we run the server, the client.vi can run in the first time, the problem is when we stopped the client.vi and run it again it can't work successfully, the error code is 56.
I would appricate it if someone can help us solve this problem. Thank you!
12-04-2019 10:57 AM
Your modification to the server example is incorrect. After the client closes the connection the server has to go back to listening for a connection. All you have done is stop the data loop from exiting when the client closes the connection.