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 race condition with network objects being called on before finishing setup #185

Closed
tjcouch-sil opened this issue May 15, 2023 · 0 comments · Fixed by #204
Closed

Fix race condition with network objects being called on before finishing setup #185

tjcouch-sil opened this issue May 15, 2023 · 0 comments · Fixed by #204
Assignees

Comments

@tjcouch-sil
Copy link
Member

There is a possibility that an extension can try to subscribe to a data provider from another extension before the dataProviderContainer.contents gets set in the registerEngine method. This issue causes this error to be hit when subscribing. We should fix it so the container gets set up synchronously once the network object is considered available for use.

@tjcouch-sil tjcouch-sil added this to the External Extension Ready milestone May 15, 2023
@lyonsil lyonsil self-assigned this May 23, 2023
@lyonsil lyonsil linked a pull request May 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants