Skip to content

Conversation

@psahgal
Copy link

@psahgal psahgal commented Apr 17, 2019

While using this library, I noticed that I was experiencing a crash in the MapboxImageAPI class, due to multiple threads accessing the pendingFetches at the same time. I added some dispatch calls to ensure that accesses to the pendingFetches array don't interfere with each other. I may have been a little too strict when limiting access, but I thought it would be better to be safe.

I ran the example project and everything seems to work fine. My app works fine with these changes, too.

@psahgal
Copy link
Author

psahgal commented Apr 17, 2019

Closing in favor of #79.

@psahgal psahgal closed this Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant