Timofey, Check your 'Quota Details' page in the admin console to see whether you have hit any of your Channel quotas. Also, note that channel tokens expire after about two hours, at which time the client can request a new token. This page: http://code.google.com/appengine/docs/python/channel/overview.htmldescribes how you can track disconnection events.
-Amy On Mon, Nov 14, 2011 at 7:27 AM, Timofey Koolin <[email protected]> wrote: > Do Channel have any limit for send data? > > I use channel to push email to webclient. > > If I push 100 emails simultaneously - client stop receive any messages. I > send every message as one channel message. > > Than I try send about 50 last emails than push email when I receive it. > After some time channel disconnect and stop receive messages. > > Some days ago i push only headers: from, to, subject and ID, without text. > And channel work perfectly many hours without disconnect. > > -- > Blog: www.rekby.ru > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > 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. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
