Open
Description
Hi!
As per this WWDC session Thread Sanitizer in Xcode helps to find data races.
I use socket.io client in my project and just by running it with limited use cases found some data races.
Maybe they are nothing much, but I think it could be useful to run full socket.io test-suite with Thread Sanitizer enabled to make sure everything is fine. Maybe it will help to eliminate misterious crashes here and there.
What do you think?
Thanks and best regards.