On Fri, Feb 21, 2014 at 2:25 PM, Shikha kejariwal
<[email protected]<[email protected]>

> 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!!
>


If you want to restart the channel, you can simply open up a new
gae_channel.Client. Can you post the code you're currently using?


Lastly, is there a particular reason why you need to connect to the Channel
API via Python? Channel is intended for rapidly-updating web pages, which
is why only a JS client is available. If you need to connect two App Engine
applications together, you can skip using channels and instead use periodic
url fetches against endpoints, task queues, or even XMPP connections:
https://developers.google.com/appengine/docs/python/xmpp/

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 [email protected].
To post to this group, send email to [email protected].
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