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
After upgrading to 2.9.1 in the FlutterSDK, I noticed that when thread sanitizer is active for the current target on macOS, a violation is reported in SessionManager at self.recentSessions[existingSessionIndex].durationInSeconds = Int(self.currentSessionDuration):
The error
The text was updated successfully, but these errors were encountered:
Hi @Jeehut,
After upgrading to 2.9.1 in the FlutterSDK, I noticed that when thread sanitizer is active for the current target on macOS, a violation is reported in SessionManager at
self.recentSessions[existingSessionIndex].durationInSeconds = Int(self.currentSessionDuration)
:The error
The text was updated successfully, but these errors were encountered: