There is maybe a better way to do this, and my project only requires
one channel per user, but this works:

  var client = new APE.Client();
            client.load({'channel': 'firstchannel'});

   ..process first client...

            var client2 = new APE.Client();
            client2.load({'channel': 'secondchannel'});
..process second client..

----
Just create a new client object on the page for the extra channel. Not
sure if you can have multiple channels per client object.

On Mar 12, 10:50 am, RonnieV <[email protected]> wrote:
> Hi another question I have on which I am not able to get an answer from.
>
> I have one setup that pushes highscore info to users, I also would like to
> have a "channel" or something on which i can notify user when there is a
> new private message of something.
>
> is it possible to get multiple channels? if yes, is there somewhere a
> tutorial which explains this? I did some searching on the APE site but was
> not able to find the answers i need.
>
> Ronnie

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