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: intermitent error on multithread #156

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

orlandokj
Copy link

@orlandokj orlandokj commented Jul 17, 2024

I changed the ScopedContext class to avoid error on closing the scoped context on a diferent thread than it was created.
I had this error on my project when using aws sdk for SQS but I assume it will throw this error for any aws service.

This fix the issue mentioned in #70

I have also created a test that simulates the error, if it doesn't make sense to keep the test, let me know and I will remove it.

@orlandokj orlandokj requested a review from a team as a code owner July 17, 2024 13:39
@CLAassistant
Copy link

CLAassistant commented Jul 17, 2024

CLA assistant check
All committers have signed the CLA.

@orlandokj orlandokj force-pushed the fix/intermitent-multithread-error branch from c580177 to 60ce890 Compare July 17, 2024 13:46
@railsharipov
Copy link

Any updates on this?

@orlandokj orlandokj requested a review from a team as a code owner November 21, 2024 14:05
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