I have an application that sends data to a GUI to represent it in graphics. It works properly but a few minutes later the connect() function for the communication with the GUI fails. The error code is 10061. I tried it with the GUI in the same computer where my application works and in two separate computers.
Has anyone any idea what's the problem? could it be that I send a lot of data and the server status is full and because of that it can't answer anymore?