Hi, so it's my understanding that, when a user joins a channel, a
multiPipeCreate event is fired, and then a bunch of userJoin events
are fired, one for each user already in the channel. For example, if A
& B are already in channel C, and user D then joins the channel, then:

A & B see:
userJoin from D

D sees:
multiPipeCreate from C
userJoin from A
userJoin from B
userJoin from D

Suppose that at this point user D leaves the channel, but does not
exit from APE, and rejoins it some time later. Then,

A & B see:
userLeft from D
(some time passes)
userJoin from D

However, no events are fired for D. Also, perplexingly, I've noticed
that a multiPipeCreate from C is fired as D is _leaving_ the channel.

I'm wondering if everyone else is getting the same behavior? I'm using
1.0. Thanks for the help in advance.

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to