I am creating a channel per user. However, sometimes I get a UNKNOWN_CHANNEL error. The only thing I can imagine happening is the following
- A user enters my page, creating his unique channel. - He or she runs some of the site's code, requesting a few scripts that after a few seconds respond with an inlinepush command - Before the script that is calling the inlinepush command has finished, the user has left the page and therefore the channel is destroyed However, this happens too often, so I don't think my scenario is correct. There is no way for me to test whether this is the case through, and besides that, I am unable to reproduce this scenario and create the error myself. How do I find out what is happening? For example, how do I log the succesfull creation of a channel? And how do I log when a channel is destroyed? -- 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/ To unsubscribe, reply using "remove me" as the subject.
