Hey,

I'm having trouble renewing my Channel token past the initial two
hours.  The Channel updates my page great for the initial two hours,
and I see the call to get a new token at the expiration in my logs,
but after the first token expires, my page stops updating.

The js method connected to onclose is hoooked up as follows:
==========
var onClose = function() {
    setupChannel();  // same method called for initial setup
}

...on page load...
   socket.onclose = onClose;
===========

Any ideas?

Thanks,
Steve

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