mapbox / mapbox-scenekit

Other
231 stars 51 forks source link

Dispatch queue and pending fetches crash fixes #79

Open avi-c opened 5 years ago

avi-c commented 5 years ago

Wrap other cases where we mutate the pendingFetches array in the barrier queue.

Include fix to not release the DispatchQueue for tile image fetches.

psahgal commented 5 years ago

@avi-c Looks like you beat me to putting up a fix for this by a few minutes. 😁 (#80)

camdeardorff commented 5 years ago

Is this stale or ready to be merged into master?