You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a larger file is sent from libqaul, the file needs to be sliced into the maximally allowed messages size, and each message needs to be encrypted. For larger files this can take quite a while.
To speed up the process and not block libqaul for too long, move the file slicing and encryption into an async worker thread.
When a larger file is sent from libqaul, the file needs to be sliced into the maximally allowed messages size, and each message needs to be encrypted. For larger files this can take quite a while.
To speed up the process and not block libqaul for too long, move the file slicing and encryption into an async worker thread.
The thread should be created here:
qaul.net/rust/libqaul/src/services/chat/file.rs
Line 520 in 899edac
The text was updated successfully, but these errors were encountered: