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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -