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(bridge): core not loading #371

Merged
merged 2 commits into from
Feb 18, 2024
Merged

fix(bridge): core not loading #371

merged 2 commits into from
Feb 18, 2024

Conversation

Manason
Copy link
Member

@Manason Manason commented Feb 18, 2024

Fixes an issue where the core didn't finish loading before other resources loaded. Doing a lib.callback.await doesn't block other resources from loading, but does block core. To get around this, the jobs/gangs tables of bridge are initialized to empty tables and then will be populated asynchronously once the lib callback returns. The event is then triggered to simulate as if these groups were added via export.

@Manason Manason merged commit 07d85d8 into main Feb 18, 2024
4 checks passed
@Manason Manason deleted the fix-core-loading branch February 18, 2024 16:43
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.

4 participants