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
Printable View
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
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