ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.85k stars 295 forks source link

Data race in release 1.1.11 #336

Closed hansgylling closed 4 years ago

hansgylling commented 4 years ago

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

ugorji commented 4 years ago

taking a look now

ugorji commented 4 years ago

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.