mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: infinite execution loop when transfer data
This commit is contained in:
@@ -1304,6 +1304,13 @@ impl Connection {
|
||||
last_modified: d.last_modified,
|
||||
is_upload: true,
|
||||
}),
|
||||
Some(file_response::Union::Error(e)) => {
|
||||
self.send_fs(ipc::FS::WriteError {
|
||||
id: e.id,
|
||||
file_num: e.file_num,
|
||||
err: e.error,
|
||||
});
|
||||
}
|
||||
_ => {}
|
||||
},
|
||||
Some(message::Union::Misc(misc)) => match misc.union {
|
||||
|
||||
Reference in New Issue
Block a user