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

Public sync: A new client is created for each CCA #263

Open
gnarea opened this issue Dec 29, 2020 · 0 comments
Open

Public sync: A new client is created for each CCA #263

gnarea opened this issue Dec 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gnarea
Copy link
Member

gnarea commented Dec 29, 2020

Instead of grouping cargo collection calls by the recipient of the CCA, like we do when delivering cargo.

private suspend fun collectAndStoreCargoForCCA(cca: StoredMessage) {
val client = clientBuilder.build(
cca.recipientAddress.value,

We should improve this at some point to improve performance, but it's certainly not a top priority in the grand scheme of things.

@gnarea gnarea added the enhancement New feature or request label Dec 29, 2020
@gnarea gnarea moved this to Todo in Android maintenance Nov 16, 2023
@gnarea gnarea removed the status in Android maintenance Nov 16, 2023
@gnarea gnarea moved this to Todo in Android maintenance Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant