zeromq - how to use "inproc" for connecting C# and C++ (how to share context?) -
i want connect c++ , c# side of application using "inproc" binding. need share context somehow, because both c# , c++ parts should use same context. how can that? i'm using official c++ , c# bindings.
i.e. on c# side need zeromq.zmqcontext.
and on c++ side need zmq::context_t.
and both instances should point same context can use "inproc".
Comments
Post a Comment