We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://stackoverflow.com/questions/72935096/using-dataclient-getdataitem-as-storage-for-wear-over-datastore
We should also follow this advice and avoid reading directly through to the Data Client.
The text was updated successfully, but these errors were encountered:
Mainly in DataStore module
https://github.com/google/horologist/blob/main/datalayer/core/src/main/java/com/google/android/horologist/data/store/impl/DataItemFlow.kt
this feature should probably wrap the standard Proto DataStore, but also synchronize the in the background with DataClient.
At the moment, it only reads from DataClient, which effectively means IPC to GMS?
Sorry, something went wrong.
We should look at adopting the InterProcessCoordinator
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:datastore/datastore-core/src/commonMain/kotlin/androidx/datastore/core/InterProcessCoordinator.kt?q=InterProcessCoordinator%20
No branches or pull requests
See https://stackoverflow.com/questions/72935096/using-dataclient-getdataitem-as-storage-for-wear-over-datastore
We should also follow this advice and avoid reading directly through to the Data Client.
The text was updated successfully, but these errors were encountered: