Skip to content

Feature/async file send - #834

Draft
n-0-a wants to merge 6 commits into
mainfrom
feature/async-file-send
Draft

Feature/async file send#834
n-0-a wants to merge 6 commits into
mainfrom
feature/async-file-send

Conversation

@n-0-a

@n-0-a n-0-a commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

Description

Large file transfers were blocking the main thread during slicing and encryption, causing the application to become unresponsive until it completed.

The process of encrypting and sending file chunks has now been moved inside a tokio background worker, allowing the main thread to stay responsive while the file is sent asynchronously.

Github Issue: #546

@n-0-a
n-0-a requested a review from MathJud March 31, 2026 15:25
@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@n-0-a

n-0-a commented Mar 31, 2026

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@n-0-a

n-0-a commented Mar 31, 2026

Copy link
Copy Markdown
Contributor Author

recheck

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.

1 participant