You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CacheThread has an indefinite while loop. The deactivate() which is supposed to break the while loop is never called.
In Osm license #52, CachedOsmTileRetriever is being updated to a non-static class. This will lead to having different instances of CacheThread writing to the same cache directory. If the PR is merged, this needs to be fixed as well.
The text was updated successfully, but these errors were encountered:
CachedOsmTileRetriever has multiple issues:
deactivate()
which is supposed to break the while loop is never called.CachedOsmTileRetriever
is being updated to a non-static class. This will lead to having different instances of CacheThread writing to the same cache directory. If the PR is merged, this needs to be fixed as well.The text was updated successfully, but these errors were encountered: