Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cnode calls returning wrong messages #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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