What happens after 2 hours when the client lose it's channel? Is onerror called? Is onclose called? I know that I could just test this, but come on...2 hours waiting at appengine is too much time to figure out (in dev_appserver the channel seems never close).
I already have a JS function to call after that 2 hours, but I don't know if I can just rely on onclose or onerror or if I need to do some trick to know when the channel is closing (like if(has_past_one_hour_and_forthy_five_minutes) get_another_token()) -- Rafael Sierra http://blog.rafaelsdm.com -- 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.
