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

Background service for sending #144

Open
ShortDevelopment opened this issue Mar 23, 2024 · 1 comment
Open

Background service for sending #144

ShortDevelopment opened this issue Mar 23, 2024 · 1 comment
Labels

Comments

@ShortDevelopment
Copy link
Member

ShortDevelopment commented Mar 23, 2024

Issue

Currently, if a users closes the app or the screen goes dark during the transfer does not finish.

android/src/SendActivity.cs

Lines 382 to 387 in 4c74252

public override void Finish()
{
base.Finish();
_cdp?.Dispose();
}

Solution

Move the cdp instance into a common background service that will be used for all transfers.

@ShortDevelopment ShortDevelopment moved this to 🗓 Planned in android Mar 23, 2024
@ShortDevelopment ShortDevelopment pinned this issue Mar 23, 2024
Copy link

sentry-io bot commented Mar 23, 2024

Sentry Issue: ANDROID-11

@ShortDevelopment ShortDevelopment moved this from 🗓 Planned to 🏗 In progress in android Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant