[zeromq-dev] ZmqSocket.as - talk to zmq from ActionScript
Thomas
thomas.rieksmeier at gmx.de
Fri Apr 6 17:08:52 CEST 2012
Hi,
i've tried your acrionscript class for zmq.
But i couldn´t connect to my zmq Server.
I always get the error
"Error #2044: ioError unverarbeitet. text=Socket is not connected yet".
Here are my simple test:
var c : ZmqSocket = new ZmqSocket();
c.connect( "85.25.34.32", 9000);
c.send("test#####################################" as Array);
any help or comment or a code snippet would be fine.
many thanks
Thomas
More information about the zeromq-dev
mailing list