This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Description
I have some C++ modules linked into Node that create threads, and I want JS code to communicate with them over zmq. I'd like to use the inproc:// transport to talk between zeromq.node and my code. But they have to use the same zmq_context to do this.
Is there a recommended way of getting the zmq_context * out of your module to use in another C++ module?