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

Wallet download helper cache issue #125

Merged
merged 2 commits into from
Apr 18, 2023
Merged

Conversation

Antivortex
Copy link
Contributor

No description provided.

@Antivortex Antivortex requested a review from Vukiz April 17, 2023 22:31
@Antivortex Antivortex changed the base branch from master to dev April 18, 2023 07:43
await wallet.DownloadImages();
foreach (var wallet in filteredSupportedWallets.Values)
{
await wallet.DownloadImages();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we construct a list of tasks and use UniTask.WhenAll to avoid waiting for the images one by one?

@Antivortex Antivortex requested a review from Vukiz April 18, 2023 09:36
@Antivortex Antivortex merged commit bf2e191 into dev Apr 18, 2023
@Antivortex Antivortex deleted the WalletDownloadHelper-cache-issue branch April 18, 2023 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants