Since Google App engine doesn't provide official python client api for 
Channel API, I followed this code
https://bitbucket.org/lohre/gae_channel/src/8bd89615ac83?at=default .

Problem is I am getting "Unknown SID" error after 2-3 minutes or sometimes 
immediately. I also looked for the fix and found this Constant disconnects 
due to channels going stale for no 
reason<http://stackoverflow.com/questions/10729842/constant-disconnects-due-to-channels-going-stale-for-no-reason>
 .

However, proposed solution is for Javascript Client. Can someone please 
look at the code and guide me how can I get rid of this error . I guess 
closing the connection and restart would work (as suggested), but I am not 
able to do it either. Any help is appreciated!! Thanks!!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to