I guess I wasn't clear enough in my first post. I have the onclose method hooked up to call the same setup method that I use when I initially create the channel. This setup method (setupChannel) makes an XHR request for a token and then creates and opens a new Channel with it.
In my logs, I see the request for a new token happening in the logs on the server side, but the client won't receive any new messages. One additional piece of information - on the JS console, I see repeated errors for "a.k is null" On Dec 30, 3:31 am, Tim <[email protected]> wrote: > After two hours your client needs to contact the server for a fresh > token.... the old token is now dead. > > Cheers > > -- > T -- 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.
