Sorry Moishe. I mistyped and wrote Moise earlier.

So sending a POST to notify the server that the channel is open fixes
issue #1.

For #2 I tried to reconnect the socket using the same id after
receiving the 400, but I get a JavaScript error on Line 80 of jsapi.
It says:

            TypeError: Result of expression 'a'[undefined] is not an
object.



On Jan 13, 5:10 pm, eeb <[email protected]> wrote:
> Thanks for the response Moise!
>
> I just got done coding the suggested changes and am deploying now. I
> will let you know the result.
>
> On Jan 11, 5:13 pm, Moishe <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi there -
>
> > For number 1, it is likely that the channel hasn't been fully opened
> > on the client when you send the first message. You can make a POST in
> > the onopen handler back to your app to indicate that the channel is
> > "fully open". (I am working on a better "presence" model for this
> > where your app will be able to register a handler to indicate that the
> > channel is fully open, without needing to write custom client code)
>
> > I'll see if I can repro number 2; I haven't heard this before. If you
> > try to manually re-open with the same token, does that work?
>
> > Thanks!
>
> > -Moishe

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

Reply via email to