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

core: fix CI connection race issues #1286

Merged
merged 1 commit into from
Dec 10, 2020
Merged

Conversation

julianoes
Copy link
Collaborator

Hopefully this will fix the issue where CI fails because the on_change callback is called, however, the system is not actually connected yet.

I believe the issue we saw was a race between the on_change callback being registered and the moment when a system is added to the list but has not been set to connected yet.

Hopefully this will fix the issue where CI fails because the on_change
callback is called, however, the system is not actually connected yet.

I believe the issue we saw was a race between the on_change callback
being registered and the moment when a system is added to the list but
has not been set to connected yet.
@julianoes julianoes merged commit 439347b into develop Dec 10, 2020
@julianoes julianoes deleted the pr-fix-connection-race-2 branch December 10, 2020 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants