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
Fix DateFormatter thread safety and stale delegate race
- Replace DateFormatter with thread-safe ISO8601DateFormatter (log() is
called from both main and background threads)
- Nil out old session's sample buffer delegate before dispatching
stopRunning() to prevent stale callbacks from corrupting new session's
sampleCount
Addresses Devin review findings on PR #2.
0 commit comments