Hi, On Mon, Jul 4, 2011 at 3:49 PM, ksafez216 <[email protected]> wrote:
> When I call channel.open([token]) it opens a new channel and the > Channel Presence feature detects this. > > Then, the client's browser is shut down for a few minutes and is > restarted. > > My app checks to see if they still have a valid token. If so, the > client calls channel.open([token]), using the same token. > > Again, the Channel Presence listener detects that a channel was > connected. > > Now, am I charged for two channels being open, even though it's using > the same client ID and token? > Every time you call channel.create on the server, a new channel is created, and a new token is returned. Billing only happens for server-side actions. -Nick Johnson > > The thing is I don't get a channel disconnected notification, I only > get the two channel connected notifications. > > I'm just trying to figure out exactly what happens when I call > channel.open([token]) in the client TWICE using the same token. How > am I charged? > > -- > 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. > > -- Nick Johnson, Developer Programs Engineer, App Engine -- 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.
