You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to quick...@googlegroups.com
Hello,
I'm new to network programming and I have just start working with sockets and QuickServer. I have a server with 2 clients connected. The clients can communicate with the server independently. What I like to know is if its possible to send a messsage from client_A and then after some processing on the server to send another message from server to client_B. Is this possible to be implemented and how (a short example would be helpful) ?
Akshath
unread,
Apr 18, 2015, 6:08:03 AM4/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to quick...@googlegroups.com
Yes this is possible. Do check the Chat Server example on how to do this.