Quote Originally Posted by System_Error
You don't need to create streams and a socket each time you want to send a message. If you only accept one socket, then only use one socket.

*On your other messages, the server is not accepting your socket, but they shouldn't be sent with different sockets.
hm, im still confused mate. could you show me an example off how to correct it please?