The error you're getting makes me think that the token you're passing to your new Channel object isn't valid. Can you add debug code and verify that it's the same string the first time you create the Channel & Socket as well as the second time?
Also: if you're not getting an onclose message when you get the onerror, you could try manually deleting the iframe named wcs-iframe before creating the new channel and opening the socket. (socket.close is NYI in production right now, but the next version that rolls out to prod - in a week or so - will have this fixed so you'll be able to just call socket.close() in this case instead of messing with the DOM directly) Hope that helps! -Moishe -- 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.
