Hi, I'm developing a Javascript client using Channel API. I'm testing that the channel will be live for a long time, hypothetically days.
In the first implementation the onError handler checked the timeout error and then tries a new channel creation. As I wrote here http://code.google.com/p/googleappengine/issues/detail?id=4940 after four hours the onError hanlder recieves an Unknown SID error. I made a second implementation with a timer that every hour closes the current socket and creates a new channel, now my problem is that with HttpFox in Firefox I'm registering a lot of consecutives HTTP errors: GET http://talkgadget.google.com/talkgadget/dch/bind (Aborted) text/ plain (NS_BINDING_ABORTED) CONTENT -> Error loading content (NS_ERROR_DOCUMENT_NOT_CACHED) GET http://talkgadget.google.com/talkgadget/dch/bind (Aborted) text/ plain (NS_BINDING_ABORTED) CONTENT -> Error loading content (NS_ERROR_DOCUMENT_NOT_CACHED) POST http://talkgadget.google.com/talkgadget/dch/bind (Aborted) text/ plain (NS_BINDING_ABORTED) CONTENT -> Error loading content (NS_ERROR_DOCUMENT_NOT_CACHED) are all these errors expected or I'm doing something wrong? -- 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.
