I am trying to build an APE module that receives data from a perl
script.
In my server-side JS, I create a socket, and declare onRead and
onAccept callback functions. The perl script successfully connects to
the socket (the script dies when APE is not running, and finishes when
it is running), but the onAccept callback function is never triggered.
I have tried using a simple callback function that only outputs a
message to the log:
perlConnection.onAccept = function(client) {
Ape.log("Client connected");
}
--
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/