-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
TdApi.DownloadFile receives no update when offset>256KB #3170
Comments
In the previous log, I have deleted the temp file then redownload. |
I pushed fixes for the issue, but as
|
When I tried to rebuild TD, I encountered the following build error (even though the build continued). I will report whether the fix works later.
|
I rebuild the Java example project, get error when run this cmd:
|
Thank you. I have just pushed a fix for the compilation error. |
I’m trying to download a large file (>100MB) using TdApi.DownloadFile.
When the offset < 262144 bytes, the download completes successfully and quickly.
However, when the offset >= 262144 bytes, the download gets stuck.
I no longer receive any updates, and the temporary directory creates a 512KB file with no further progress.
tdlib.log
The text was updated successfully, but these errors were encountered: