jsonrpcx/json-rpc-cxx

in memory connector

gerald-brandt opened this issue · 1 comments

Does the in memory connector only work in a single process and not across processes?

Yes, it is a very simple implementation which does not create shared memory of any sort. It was mainly created to simplify testing of client and server interaction.