Skip to content

Conversation

rinpatch
Copy link

@rinpatch rinpatch commented Oct 26, 2019

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant