You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hi,
I have developed a GAE application using the channels api. Im using channel presence notifications in my application to keep track of my clients. It works very well when the application is accessed from a laptop. However when i tried using it on my iphone i found that the channel disconnect notifications are happening after a delay of 2 to 3 minutes. Even if i close the socket manually using socket.close(), the post's doesnt happen with the iphone. However it works fine with the laptop that im using.. Any help on this is appreciated!