mxlgv / dino

This is Dino+ A modern XMPP/Jabber client software, based on Dino
GNU General Public License v3.0
15 stars 9 forks source link

Retry failed file receipts & extra checks #94

Closed Alphastaire closed 1 month ago

Alphastaire commented 1 month ago

Allows the user to click on a failed file receipt and retry the file download (from dino#1210). There are also now checks for if a file marked as complete doesn't exist, which solves #89.

mxlgv commented 1 month ago

@Alphastaire It really works, but a 1MB file on Windows seems to take forever to download. It's probably related to this: https://github.com/mxlgv/dino/issues/95

Alphastaire commented 1 month ago

@Alphastaire It really works, but a 1MB file on Windows seems to take forever to download. It's probably related to this: #95

Yeah, I am unsure what is causing that issue as I haven't done enough debugging, but it's very problematic to say the least. It also happens on Linux with the upstream project. My friend who encountered the issue upstream is not using these commits, so I'm assuming it's a deeply ingrained flaw that will be a pain to deal with.