Open GoogleCodeExporter opened 8 years ago
The client app, auscout-client.c has no timeout. You could repeatedly poll the
socket using zmq's poller mechanism, and time out accordingly. The client app
is just an example app to interact with the server.
Original comment by starkd88@gmail.com
on 27 Jul 2012 at 3:15
You rightly tested for zmq_connect. Unfortunately, it returns 0 whether success
or otherwise. I will have to fix it in the client for now. I will try the
polling you suggested.
Original comment by solomona...@gmail.com
on 27 Jul 2012 at 7:05
Original issue reported on code.google.com by
solomona...@gmail.com
on 27 Jul 2012 at 9:50