Hi, I'm new to APE, but I like it and see the huge potential in it!
I have a problem with core.start() method. In the docs http://www.ape-project.org/docs/client/core/start.html it's written that you can use it without any parameters. There is an example, which passes a parameter, the nickname of the user. In the "hello world" example, it's called like client.core.start({"name":prompt('Your name?')}); I got the hello world working, but if I use the no params start method, from time to time (and quite often), the client won't connect to the server (so I get a CLOSE raw). If I just change the way I call the start method, and use a nickname, it's working fine again. Some hints? The docs also specify: //If you use APE with libape-chat you need to send your nickname in the CONNECT request How do I know if it's my case? Thanks for helping. Radu Brehar -- I blog on JavaScript at http://jslog.com -- 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.
