OK so the issue was that I wasn't waiting long enough before reconnecting after a close event. I had left some debug code in place that only waited 100ms before attempting to reconnect.
On Tuesday, June 26, 2012 2:16:55 PM UTC-7, Bjorn Tipling wrote: > > I'm getting unending JavaScript client errors for channels on app engine. > I do not get these in the dev environment. I'm using the Go Appengine if > that matters. Any idea of what I could be doing differently? > > https://skitch.com/btipling/edjwa/gitify > > > 10999Uncaught TypeError: Cannot call method 'bb' of null > talkgadget.google.com/talkgadget/channel.js:86<https://talkgadget.google.com/talkgadget/channel.js> > 27702 > > 1. Uncaught TypeError: Cannot call method 'bb' of null > > talkgadget.google.com/talkgadget/channel.js:86<https://talkgadget.google.com/talkgadget/channel.js> > 1. > q.Gtalkgadget.google.com/talkgadget/channel.js:86<https://talkgadget.google.com/talkgadget/channel.js> > 2. > xdtalkgadget.google.com/talkgadget/channel.js:72<https://talkgadget.google.com/talkgadget/channel.js> > 3. > q.handleEventtalkgadget.google.com/talkgadget/channel.js:21<https://talkgadget.google.com/talkgadget/channel.js> > 4. > Obtalkgadget.google.com/talkgadget/channel.js:24<https://talkgadget.google.com/talkgadget/channel.js> > 5. > Jbtalkgadget.google.com/talkgadget/channel.js:26<https://talkgadget.google.com/talkgadget/channel.js> > 6. (anonymous function) > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/H3eVS6aCersJ. 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.
