mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 06:41:28 +03:00
remove closed as expected on switchsides, which makes second prompt
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -1593,7 +1593,6 @@ impl Connection {
|
|||||||
uuid.to_string().as_ref(),
|
uuid.to_string().as_ref(),
|
||||||
])
|
])
|
||||||
.ok();
|
.ok();
|
||||||
self.send_close_reason_no_retry("Closed as expected").await;
|
|
||||||
self.on_close("switch sides", false).await;
|
self.on_close("switch sides", false).await;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user