mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

Move json alternative parsing away from the main thread

Open kried opened this issue 1 year ago • 1 comments

Description

Previously, the SDK parsed continuous alternatives each time method show(routeResponse) was called on the main thread. Also, each reroute callback was totally handled on the main thread, including parsing.

kried avatar Oct 15 '24 14:10 kried

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 60.05%. Comparing base (4b532fb) to head (0e79905). :warning: Report is 12 commits behind head on lts/v2.

Impacted file tree graph

@@            Coverage Diff             @@
##           lts/v2    #4729      +/-   ##
==========================================
+ Coverage   60.01%   60.05%   +0.03%     
==========================================
  Files         189      189              
  Lines       21324    21324              
==========================================
+ Hits        12798    12806       +8     
+ Misses       8526     8518       -8     

see 2 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Oct 15 '24 14:10 codecov[bot]