You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our developers are getting errors from the ThreadSanitizer. It seems ServerDateProvider.synchronize and ServerDateProvider.currentDate are calling Kronos.Clock.now and Kronos.Clock.sync from different threads (main and the com.datadoghq.rum-monitor queue), which apparently is discouraged by the Kronos developers. See this issue: MobileNativeFoundation/Kronos#85
The thing
Some of our developers are getting errors from the ThreadSanitizer. It seems
ServerDateProvider.synchronize
andServerDateProvider.currentDate
are callingKronos.Clock.now
andKronos.Clock.sync
from different threads (main and the com.datadoghq.rum-monitor queue), which apparently is discouraged by the Kronos developers. See this issue: MobileNativeFoundation/Kronos#85Attached is a debug log with the errors.
debuglog.txt
Environment
XCode 12.5
Simulator with iOS 14.5
DatadogSDK 1.6.0
The text was updated successfully, but these errors were encountered: