I am trying to implement a TCP messaging system in my application.
In this i am able to send message to target system by entering system name in bottom most line edit. last but one is for message to send.
When a client receives message a message box will be popped.
Some times its working and some times its not working.
I made this modules to send message to multiple systems by entering systems in systems box separating them with comma (,)
Here The major issue is, i am able to send message only for the first person but not for the remainig.
Can any one help me how can i solve this issue.