Click to See Complete Forum and Search --> : Problem with winsock, plz help


bumbuls
May 4th, 2001, 07:24 AM
Hello!

I have problem sending a message to multiple ip addrsses with winsock control.
I have no problems to send text to one ip, but if i write a loop which sends this text to multiple computers, then it doesn't work.

bumbuls

Jean-Guy2000
May 4th, 2001, 08:44 AM
Are you using more then 1 winsock control? or are you disconencting and re-connecting to each computer?. If you are using 1 control make sure that you wait for the conenction to close before re-connecting to another machine or else you will get a invalid-state message.

Jean-Guy