It's a best effort delivery mechanism. You can't know from that call whether the message succeeded since anything could have happened - the user could have closed the window, for instance. The best thing you could do would be to have the onmessage callback fire off a handler to your application, and have that handler update state as needed.
-- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Dec 8, 2010 at 7:35 AM, saintthor <[email protected]> wrote: > send_message(client_id, message) > > Asynchronously sends a message to a channel. No error is returned > if the message cannot be delivered. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
