-
Notifications
You must be signed in to change notification settings - Fork 244
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 in UnmarshalToCallback() #62
Comments
Hello, Do you have a basic code sample or data which produces the above error? Thank you. |
Hello, I do not have sample data as such with me. However, I ran Thank you. |
Yes, I see, thank you :) I will fix this ASAP. |
That would be great. Thank you. :) |
It has been fixed (at least that's what the race condition tester tells). Thank you for your report :) have a nice day. |
Thanks a lot for your quick response! :) |
Hi,
Facing race condition when I tried to use UnmarshalToCallback in my code. Running
detected 'race condition' when it tried to access same code, post spawning of goroutines.
Refer attached log for more details.
RaceCondition.txt
The text was updated successfully, but these errors were encountered: