Hi,
I've a problem with APE/JSF. The connection isn't always made with the
APEServer, and then no logging is available in APE.log.
So I suspect an APE_JSF problem(or my code), because when I reload the page
it mostly works fine (but not always).
This behaviour is occurs in different browser.
I've found out that whenever the connection isn't made to the APEServer the
*ready *event isn't triggered even the *error *event doesn't seem to be
triggered.
I'm using the latest APEServer 1.1.1 and APE_JSF 1.1 releases.
The code i'm using:
*client = new APE.Client();**
** **
** client.addEvent('load', function () **
** {**
** TCPSocket = this.core.TCPSocket;**
** this.core.start();**
** });**
** **
** client.addEvent('ready', function ()**
** {**
** socket = new TCPSocket();**
** ****
** socket.open(server, port);**
** });**
** **
** client.addEvent('error', function ()**
**{** *
*
*
*});**
** **
** client.load();*
*
*
What am I doing wrong, can someone point me in the right direction?
--
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/