[zeromq-dev] behavior of zmq_term in 2.1.0

Chuck Remes cremes.devlist at mac.com
Sat Nov 27 22:12:05 CET 2010


On Nov 27, 2010, at 3:01 PM, Chuck Remes wrote:

> [snip]
> 
> Is zmq_term() supposed to call zmq_close() on all known sockets on my behalf or do I need to keep a list of these sockets and iterate over them calling zmq_close()?

It causes odd behavior when running under Ruby. I cannot interrupt zmq_term() with a ctrl-c.

https://gist.github.com/718271

The only way to exit the Ruby runtime is to send it a KILL signal. I'll open an issue for this one.

cr




More information about the zeromq-dev mailing list