Multithreaded access to LocationSet is wrong

Issue #355 new
Adam Winer created an issue

The geocoders use the LocationSet. And operate on multiple threads.

This is ... bad. Either make LocationSet thread-safe, or change the Geocoders to only read/write from it on the UI thread.

Comments (0)

  1. Log in to comment