Skip to content

Commit 09d316e

Browse files
committed
added comment
1 parent 9f4d149 commit 09d316e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LaunchDarkly/LaunchDarkly/LDClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ public class LDClient {
385385
os_log("%s LDClient.identify was called with a timeout greater than %f seconds. We recommend a timeout of less than %f seconds.", log: config.logger, type: .info, self.typeName(and: #function), LDClient.longTimeoutInterval, LDClient.longTimeoutInterval)
386386
}
387387

388+
// TODO: fix not thread safe access to cancel
388389
var cancel = false
389390

390391
DispatchQueue.global().asyncAfter(deadline: .now() + timeout) {

0 commit comments

Comments
 (0)