Hello, i have some simple questions regarding the channel api: 1. I know that after two hours, the given token for creating the channel expires and onClose() and onError() are called. When this happends, does the POST request to the path to disconnect servlet is sent ? (/_ah/channel/disconnected/) 2. if i create a channel with the same clientID twice, will that be considered a new channel (given token is different) or will the token be the identical ? (and also the same channel) 3. What would be the best method for keeping track of a large number of created channels ? (clients IDs for example)
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
