TCP Sockets errors

P

Paul G. Tobey [eMVP]

If you mean, "How do I continue processing incoming data on the first
connected socket?", you'd put the read code, GetString, and Invoke in a loop
and have that loop run until either you've received all the data you want
(at which time you'd close the socket), or until the guy at the other end of
the pipe closes the socket, at which time you'd close your end and drop back
to the outer loop waiting for another connection.

Paul T.
 
S

Safiiru no Baka

Hi Paul,

I understand, I have re-written the code like you suggested and works
very well.

Thanks a lot!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top