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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
I'm seeing a timeout exception on collecting a GeoJsonSource object:
Fatal Exception: java.util.concurrent.TimeoutException: com.mapbox.mapboxsdk.style.sources.GeoJsonSource.finalize() timed out after 10 seconds
at com.mapbox.mapboxsdk.style.sources.GeoJsonSource.finalize(GeoJsonSource.java)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:191)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
at java.lang.Thread.run(Thread.java:818)
Here's how we are instantiating the only GeoJsonSource we add to the map:
I'm seeing a timeout exception on collecting a GeoJsonSource object:
Here's how we are instantiating the only GeoJsonSource we add to the map:
This is on the 4.2.2 release. Does not reproduce every time, but we're getting multiple reports of this on our production app release.