From 2f174910963295ac7675142a01340f434b416735 Mon Sep 17 00:00:00 2001 From: Andrey Belonogov Date: Wed, 15 Oct 2025 15:22:15 -0700 Subject: [PATCH] test --- LaunchDarkly/LaunchDarkly/LDClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaunchDarkly/LaunchDarkly/LDClient.swift b/LaunchDarkly/LaunchDarkly/LDClient.swift index 6b61a2f1..c1cd2a57 100644 --- a/LaunchDarkly/LaunchDarkly/LDClient.swift +++ b/LaunchDarkly/LaunchDarkly/LDClient.swift @@ -384,7 +384,7 @@ public class LDClient { if timeout > LDClient.longTimeoutInterval { 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) } - + // not precise run once logic var cancel = false DispatchQueue.global().asyncAfter(deadline: .now() + timeout) {