Ok, finally I discovered what was happening... This is the code causing the
problem:
...
myobj.sendMessage(data);
alert('some 'message');
...
So the first sentence calls a method sending some objects (JSON formatted)
through a channel, and the second one shows an alert to trace my app.
Removing the alert fix the behavior I detailed in my previous message.
I hope this helps to someone in the future!
Regards!
--
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/-/hN3MS88Zq2oJ.
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.