Hey all,
I am developing an application that will communicate through a socket. I've got it all developed and it works well. However, I am having issues with the procedure hanging. In the logic, I have a "WAIT-FOR READ-RESPONSE OF hSocket." However, at this point I don't always receive anything from the other socket and since it is my client's job to terminate the connection, it hangs.
I am unable to find any way to set it to time out and still process received messages. Is there any way to do this? I'm using this .p as a backend to a webspeed process.
I am developing an application that will communicate through a socket. I've got it all developed and it works well. However, I am having issues with the procedure hanging. In the logic, I have a "WAIT-FOR READ-RESPONSE OF hSocket." However, at this point I don't always receive anything from the other socket and since it is my client's job to terminate the connection, it hangs.
I am unable to find any way to set it to time out and still process received messages. Is there any way to do this? I'm using this .p as a backend to a webspeed process.