Closed oliverkurth closed 6 months ago
I finally found out why unmounting on MacOS would hang forever - we need to close sockets before calling zmq_term() (which is deprecated by zmq_ctx_destroy()).
zmq_term()
zmq_ctx_destroy()
I finally found out why unmounting on MacOS would hang forever - we need to close sockets before calling
zmq_term()
(which is deprecated byzmq_ctx_destroy()
).