mixpanel / mixpanel-iphone

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
http://mixpanel.com
Apache License 2.0
1.05k stars 564 forks source link

Fix crash when archive caused by race condition #917

Closed zihejia closed 3 years ago

zihejia commented 3 years ago

This is to address the issue: https://github.com/mixpanel/mixpanel-iphone/issues/915 [NSMutable copy] is not thread-safe, need better write access protection.