fix leaked client socket after receiving file

This commit is contained in:
2026-04-26 17:05:35 +03:00
parent 64b30e9835
commit 844093e3e7
4 changed files with 63 additions and 25 deletions
+1
View File
@@ -6,6 +6,7 @@ bool isClientTransferDone();
bool isClientTransferCancelled();
bool isClientConnectionFailed();
bool isClientProgressKnown();
bool isClientWorkersIdle();
void cancelClientTransfer();
double getClientProgress();
std::string getClientStatusText();