We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330814a commit 63014ddCopy full SHA for 63014dd
Sources/Optimizely+Decide/OptimizelyUserContext.swift
@@ -85,10 +85,11 @@ public class OptimizelyUserContext {
85
self.atomicForcedDecisions = AtomicProperty(property: nil, lock: lock)
86
self.atomicQualifiedSegments = AtomicProperty(property: nil, lock: lock)
87
if identify {
88
+ self.optimizely?.identifyUserToOdp(userId: userId)
89
// async call so event building overhead is not blocking context creation
- lock.async {
90
- self.optimizely?.identifyUserToOdp(userId: userId)
91
- }
+// lock.async {
+// self.optimizely?.identifyUserToOdp(userId: userId)
92
+// }
93
}
94
95
0 commit comments