Hi there,

I have had lots of issues with my players' connection. After looking more 
closely, I have finally found one possible root cause.

Some commands never reach the server. I then resend the same command. But 
these resent commands never reach the server either.

This is contradictory with the fact that other commands still get through, 
like for example calling this.core.start() which correctly receive a 
SESSION response or sending a message to a channel/pipe.

So basically, in these instances, APE is half-broken. It still has 
connexion and can send things but cannot send my custom commands.

After a lot of investigations, I have just found out that from the moment 
the problems arise, this.core.request.cycledStack.stack is never reset and 
its size keeps growing as I try to resend the commands again and again.

This indicates that this.core.request.cycledStack is broken and does not 
manage to send anything anymore.

Does this ring a bell to anyone? Do you know if there is an easy fix to 
this? Why would this.core.request.cycledStack become unstable?

I'll keep investigating, but in the meantime if anyone has any clue, that 
would probably save me some time.

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

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