Hi there,
I m trying to send a custom command in Ape. The example here
http://www.ape-project.org/wiki/index.php/How_to_send_hashes_rather_strings
has been on some help though it appears to be outdated.

I m able to send the data to the server and also retrieve the params
at server end.
The server is also able to write to the client that I can see in
firefox.

My problem is I am not able to retrive the raw

This is the request I am sendign at client end
currentPipe.request.send('SEND_HASH',{'username':username, 'id':id});

And here at Server side I am using this

var pipe = Ape.getPipe(params.pipe);
        if (!$defined(pipe)) return ["4400", "PIPE_UNDEFINED"];

        pipe.sendRaw('HASH_DATA', params);

Thanx



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

Reply via email to