Once .GetData strSample fails, is it pointless to do Resume and try again since the receive buffer is cleared (unlike .PeekData)?
Or does the stream still reside in the buffer after the fail (assuming there's data in the buffer) so a Resume can handle the error?
I'm trying to decide what error handling is needed for .GetData, if its necessary at all. Thanks.
