mixpanel / mixpanel-swift

Official iOS (Swift) Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
434 stars 234 forks source link

Access the timedEvents property inside of a readWriteLock. #588

Closed prydain007 closed 1 year ago

prydain007 commented 1 year ago

Access the timedEvents property inside of a readWriteLock. Fixes crashes when client tries to read and write to timedEvents property at the same time.

jaredmixpanel commented 1 year ago

@prydain007 can you please pull in the latest changes from master? they include some CI config changes that will fix your CI failure.