Found the issue.

I was dumping the raw CHANNEL received after joining the channel.

It was probably cross-referencing pipes leading to an infinite hierarchy 
for the dump.

 



Le vendredi 11 juillet 2014 14:16:28 UTC+1, Nicolas a écrit :
>
> Hi,
>
> I am trying to open a new channel (name: "main_chat").
>
> When I have only one browser open, it works fine. I receive the 
> multiPipeCreate as excepted, and I can also send a message via the pipe 
> that the APE server receives.
>
> this.addEvent('multiPipeCreate', function(pipe, options) {
>               //pipe.send('Hello!');
>         });
>
> this.core.join('main_chat');
>
> However as soon as I open another browser on the same machine and a second 
> user joins the same channel, the browser seems to be caught in an infinite 
> loop. I can see that the APE server is constantly doing something from the 
> CPU usage. It takes me ages to get the control back of my machine.
>
> I don't have a clue what is going on. Any idea?
>
> Thanks.
>
>

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

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to