Closed GoogleCodeExporter closed 8 years ago
Did you check what is running on your ports ? (You can use netstat to do this.)
It looks like zmq is unable to process that address. What zeromq version are
you using ?
Original comment by starkd88@gmail.com
on 28 Mar 2011 at 2:26
The auscoutd doesnt give the zmq library enough time to bind inproc sockets
before connecting them. This can be fixed by putting sleep(1) in the code in
the auscout.c code. Just do this:
auscout.c: 754 sleep(1)
auscout.c: 766 sleep(1)
this should allow zeromq time to bind the previous sockets before connecting
them.
I will update the source and download.
(It worked previously on debian sid, but I have not run this code since
upgrading to squeeze.)
Original comment by starkd88@gmail.com
on 28 Mar 2011 at 3:31
Thank you, I will try later. BTW, I used zeromq 2.1.3.
Original comment by shaoxinj...@gmail.com
on 28 Mar 2011 at 3:43
Original comment by eklin...@gmail.com
on 28 Mar 2011 at 4:12
It works. Thank you.
Original comment by shaoxinj...@gmail.com
on 29 Mar 2011 at 1:59
Original comment by eklin...@gmail.com
on 4 May 2011 at 3:05
Original issue reported on code.google.com by
shaoxinj...@gmail.com
on 28 Mar 2011 at 11:13