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: multithreading handling #189

Merged
merged 2 commits into from
Sep 16, 2024
Merged

fix: multithreading handling #189

merged 2 commits into from
Sep 16, 2024

Conversation

elefantel
Copy link
Contributor

This PR adds ability for the SDK to handle multiple threads by accessing shared resources via a lock. Currently when more than one provider is accessing the code, it runs into race conditions.

@elefantel elefantel requested a review from a team as a code owner September 14, 2024 12:39
@elefantel elefantel self-assigned this Sep 14, 2024
Copy link

@elefantel elefantel merged commit d0d93d3 into main Sep 16, 2024
2 checks passed
@elefantel elefantel deleted the concurrency-handling branch September 16, 2024 07:23
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