Skip to content

Feature/async file send#834

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

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

Conversation

@n-0-a
Copy link
Copy Markdown

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

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
Copy link
Copy Markdown

github-actions bot commented Mar 31, 2026

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

@n-0-a
Copy link
Copy Markdown
Author

n-0-a commented Mar 31, 2026

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

@n-0-a
Copy link
Copy Markdown
Author

n-0-a commented Mar 31, 2026

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