magocrab
unread,Jan 18, 2012, 11:09:29 AM1/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi,
I'm having problems receiving messages from the Channel API in
Internet Eplorer (versions 7, 8 and 9).
On the client side, I can see that socket.onopen() is called. And
from
the server there is no error when I call
channelService.sendMessage().
But socket.onmessage is never called.
This does not always happen, but if it happens very often and when it
occurs, it is necessary to reload the page several times to work
properly.
I'm running this successfully with Google Chrome, Firefox, Safari.
And
it works like a charm.
Has anyone else had this problem?