You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the msgpack part of this project and when I updated to 1.1.11 and ran our tests several data race errors were detected, see the attached file for stack traces. This error never happened with 1.1.10 and happens every time I'm running our tests with 1.1.11. msg_pack_data_race.txt
The text was updated successfully, but these errors were encountered:
Thanks. I have identified the issue. I will send out a fix. Please test it out and let me know that it fixes your issue, and I will cut a new release soon after I hear from you.
…erlying array is modified
This is why previous code was appending one element at a time in a newly created array.
Revert to same, as it worked pre-v1.1.11.
This is ok, as we are building a cache that is built once and used many times i.e. read-mostly.
Unfortunately, go test -race didn't catch this.
Fixesugorji#336
We are using the msgpack part of this project and when I updated to 1.1.11 and ran our tests several data race errors were detected, see the attached file for stack traces. This error never happened with 1.1.10 and happens every time I'm running our tests with 1.1.11.
msg_pack_data_race.txt
The text was updated successfully, but these errors were encountered: