I would like to know what is the result of setting nTimeout to zero in wwsocket class. Does this imply that the socket does not wait for a response but returns immediately if no data is present or does it mean that the socket waits indefinitely for data?
I am trying to solve a problem where the Receive method never returns. It acts like it is waiting for a response forever.
Thanks,
Simon