-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception: Array mutated while being enumerated #182
Comments
Very interesting. The only place where the Needs more investigation. |
I also got this crash reported today (see attachment). I've been trying to reproduce it with no luck. One thing I noticed on the QRCodeReader init (and raised some suspicion regarding the race condition that you mentioned) is the use of a queue to perform the session configuration asynchronously. Is there a particular reason for dispatching in a queue instead of doing "directly"?
|
An issue came up in our app's Crashlytics that unfortunately I haven't been able to reproduce. No info on context, other than it's on an iPhone X running iOS 12.4.1.
Any thoughts would be great.
The text was updated successfully, but these errors were encountered: