Hello,

I'm using `czmq` and `zmq` libraries in my code. I've registered a signal
handler for `SIGINT` by calling `signal` in main.

see code here <http://pastebin.com/PqfqbiDX>

The above code doesn't get into signal handler when `ctrl+c` interrupt is
given.

what is the problem with `czmq` or `zmq` library and how it should be
handled?

I read that, zctx set's up it's own signal handler. But, my program doesn't
terminate when ctrl+c is given even without using any signal handler' s ( I
mean, default case should be handled? ).
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to