mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-05 10:43:19 +08:00
b6e61d72b2
Solution: set defaults back to infinity, and add new context option, ZMQ_BLOCKY that the user can set to false to get a less surprising behavior on context termination. Eg. zmq_ctx_set (ctx, ZMQ_BLOCKY, false);