Outdooractive / route-me

Open source map library for iOS
Other
122 stars 400 forks source link

Dispatch queue names not unique #123

Open tagcat opened 11 years ago

tagcat commented 11 years ago

When running multiple instances of mapview, the same names are used for dispatch queue by caches. For myself I have fixed problem by used guid in name constructor. As a general comment, many const strings are used for notifications etc, which could also have consequence for multiple instances.