-
Notifications
You must be signed in to change notification settings - Fork 63
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
Race condition - intermittent exceptions "Operations that change non-concurrent collections must have exclusive access" #282
Comments
It appears the root cause of the race is in |
Hi @udlose, It looks like your PR to Can you make your PR changes to |
I've updated my PR to LitJson (LitJSON/litjson#142) and will re-create a duplicate PR against this repo tonight. |
@Compufreak345 , @jj22ee PR submitted. I noticed there was some code in the latest JsonMapper.cs that wasn't included here so I left that in the PR. Feel free to remove if desired. |
Thanks for submitting the PR. I see that most of the PR Checks are failing due to a |
@Compufreak345 , @jj22ee If you update the AWS Xray SDK to use the latest version of LitJSON v0.19, it should fix this issue. |
Thanks @udlose. We cannot directly depend on |
PR is merged. Once we release the next version, I can close this issue. |
Closing issue since PR is merged, the next release of XRay Dotnet SDK will include this bugfix. |
Hi,
I was experiencing the same race condition as explained in #67 and have a small project that has been able to repro the issue (of course intermittently since it's a race condition). I have posted the sample solution here: https://github.com/udlose/AWSXRayRaceCondition
The text was updated successfully, but these errors were encountered: