A way to notify that a sendSync message has reached all the clients?
6 views
Skip to first unread message
nvd_ai
unread,
Dec 6, 2013, 9:49:09 AM12/6/13
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 open...@googlegroups.com
Hi all,
In my application, before running a garbage collector, I need to send a kind of "prepare" message to all clients and then run the garbage collector only when all the clients have received the "prepare" message. Is there a way that when a client sends "prepare" message using sendSync, it waits for an "ack" which is triggered only when all the clients have received the message?