I have a problem with this code...
When i use it, my server sends messages, but clients do not receive them right away(when i send a single message to a client(later on) it receives the new message and the mass message that i sent before to everyone.

there is a solution that is not so effective:i put a - msgbox "message sent" -after the send command...in that case everyone gets the message, but i have to click OK to close the message box for each connected user...and i have about 250+ users...that `s 2 much clicking for me x)