Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move json alternative parsing away from the main thread #4729

Open
wants to merge 1 commit into
base: lts/v2
Choose a base branch
from

Conversation

kried
Copy link
Contributor

@kried kried commented Oct 15, 2024

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 kried self-assigned this Oct 15, 2024
@kried kried requested a review from a team as a code owner October 15, 2024 14:10
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.05%. Comparing base (4b532fb) to head (0e79905).

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

@kried kried added the ⚠️ DO NOT MERGE PR should not be merged! label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ DO NOT MERGE PR should not be merged!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants