nodex icon indicating copy to clipboard operation
nodex copied to clipboard

Fix Cnode calls returning wrong messages

Open rinpatch opened this issue 6 years ago • 0 comments

Current code used a catch-all receive while still being in the same process as the caller, resulting in wrong return values if the caller's process was sent a message while awaiting a response from the cnode. This commit fixes it by sending/receiving cnode messages in a separate process.

rinpatch avatar Oct 26 '19 22:10 rinpatch