mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-2159 Split locking for authing and auth state #102

Closed adamchel closed 5 years ago

adamchel commented 5 years ago

Instead of objc_sync_enter-ing on self, we now do it on two separate objects to mimic the logic of the Android SDK.