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

Queue RPC calls #107

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Queue RPC calls #107

merged 1 commit into from
Sep 25, 2024

Conversation

macjuul
Copy link
Contributor

@macjuul macjuul commented Sep 18, 2024

This PR aims to fix #87, which occurs when multiple queries are executed in parallel, which is impossible due to the &mut self on the execute function.

The solution is to queue up RPC calls from JavaScript ensuring execute is only called once at a time.

Closes #87

@macjuul macjuul changed the title Queue execution calls Queue RPC calls Sep 18, 2024
@limcheekin
Copy link

+1

@macjuul macjuul merged commit 9c04a91 into next Sep 25, 2024
1 check passed
@macjuul macjuul deleted the fix/recursive-object branch September 25, 2024 13:51
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.

2 participants