I want to implement a broadcast mechanism by Channel APIs. In server
side, I use a model ClientID to store all connected client IDs, and
send message by each client ID. For better performance, I need to know
which client ID is "available" (the client is still connected or the
token is still available). Is there any way to know below conditions
in server side?
 1, When does the token expire?
 2. Is the client ID available or not? (Does the client still listen
the channel or not?)

Thanks in advance for any answers!

-- 
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.

Reply via email to