Hi, How do I check to see if the channel has been created already in the new channel api? In my python code, when the user visits a page i want to poll token = channel.create_channel(user.username + page.key().id_or_name())
But if the user reloads the page on the browser, this code gets executed again, creating another channel (which i don't need) Is there a way to 1. check if the channel has been created already using the client id, 2. get the token info from that channel 3. get a list of current channels Thanks Jon -- 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.
