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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -