rrbrambley / MessageBeast-ObjC

A library for building Message-based apps on App.net
MIT License
6 stars 0 forks source link

Rethink reverse geocoding usage #4

Open rrbrambley opened 10 years ago

rrbrambley commented 10 years ago

Currently, reverse geolocation will be performed rapidly when processing messages that need it (so, especially when a full sync is being performed).

However, I don't think Apple wants this (too many rapid fire requests) and I think it causes failures sometimes. Perhaps a queue should be maintained and they should be fired off gradually? I'm actually not sure what the best solution for this is.