You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2020. It is now read-only.
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?