-
-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up device controls/Wear OS loading by doing network async (#2636)
* Speed up loading device controls by running network async - Speed up loading the device controls menu and initial controls by launching all requests in an async block, which allows the server to respond out of order - For individual controls, only start listening for changes once we have provided initial controls * Speed up Wear OS cold boot by running network async - Speed up a cold boot of the Wear OS app by launching all network requests in an async block, which allows the server to respond out of order
- Loading branch information
Showing
2 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters