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
Saw this crash report come through just now. My first impression is that it looks like deleteFiles can be called simultaneously on multiple threads, leading to a crash due to index out of range on items.
Version
3.9.1
Steps to Reproduce
Saw this crash report come through just now. My first impression is that it looks like
deleteFiles
can be called simultaneously on multiple threads, leading to a crash due to index out of range on items.Expected Result
The SDK should not crash the app.
Actual Result
The SDK crashes the app.
The text was updated successfully, but these errors were encountered: