in memory connector
gerald-brandt opened this issue · 1 comments
gerald-brandt commented
Does the in memory connector only work in a single process and not across processes?
cinemast commented
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.