I got another question. Suppose a client (http browser) opens a channel, then navigates away to another page, but the server keeps sending data down to the channel; then the client is back to the previous page, opens a channel again with the same client id but a different token, will it gets the data sent when it was away from the channel?
Will On Wed, Dec 8, 2010 at 9:49 AM, Will <[email protected]> wrote: > Moishe, > > Thanks, good to know. > > Best, > > Will > > > On Wed, Dec 8, 2010 at 4:03 AM, Moishe <[email protected]> wrote: > >> Hi, Will - thanks for the feedback. >> >> This is an artifact of how the dev appserver works (because of >> polling, we need to queue messages), but the Channel API doesn't >> behave this way in production. >> >> -- >> 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]<google-appengine%[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.
