I am working on server/multiple client programming. I will cut the chase everything is working well but
foreach(Socket sct in socketArray){
sct.send(data);
}
is not working. It suppose to send data to all connected sockets but only the one who made request getting the response. I was thinking if it is related to tcp packaging? or i dont know why it is not working? If somebody can help i would be really appriciated. Thanks