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

com: avoid redundant forwarding of messages #500

Merged
merged 2 commits into from
Nov 10, 2020

Conversation

RomanYarik
Copy link
Contributor

When calling a remote API, before the environment is available, we register the a callback to send the message once the environment is ready.
But the target will always be to self, which will forward message to the second environment.
This caused the communication state to be invalid in forward listening messages

@RomanYarik RomanYarik merged commit 225a1c0 into master Nov 10, 2020
@RomanYarik RomanYarik deleted the roman/send-messages0bux branch November 10, 2020 13:16
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