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

Don't block JS event loop when parsing build info #760

Open
agostbiro opened this issue Dec 31, 2024 · 0 comments
Open

Don't block JS event loop when parsing build info #760

agostbiro opened this issue Dec 31, 2024 · 0 comments

Comments

@agostbiro
Copy link
Member

Definition of Done

Parsing build info in the EDR provider NAPI constructor should be done on a thread from the blocking thread pool to avoid blocking the JS event loop, but that's difficult to achieve, because the constructor is not an async function (precluded by the Env argument not being Send) and the contract decoder needs to be passed in to the logger which also needs the Env.

@github-project-automation github-project-automation bot moved this to Unconfirmed in EDR Dec 31, 2024
@Wodann Wodann moved this from Unconfirmed to Todo in EDR Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant