Programming Tutorials

Comment on Tutorial - Server Socket Program sample in VB.net By Issac



Comment Added by : Douglas

Comment Added at : 2011-04-07 22:35:56

Comment on Tutorial : Server Socket Program sample in VB.net By Issac
hi there, i was testing your code-samples,
but i keep getting errors on the server after the client disconected
is there any way to avoid this?
like to check if the client disconected and then quit the infinite loop, i tried checking the Connected attribute of the tcpClient but even though the client disconected it still "thinks" that it's connected though...that means, no success so far

can you give me a hand with this?


View Tutorial