mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
bug fix for msgbox, todo: test more for msgbox in file_transfer.tis
This commit is contained in:
@@ -273,6 +273,7 @@ async fn test_nat_type_() -> ResultType<bool> {
|
||||
)
|
||||
.await?;
|
||||
if Config::get_network_type() == NetworkType::Direct {
|
||||
// to-do: should set NatType::UNKNOWN for proxy
|
||||
addr = socket.local_addr();
|
||||
}
|
||||
socket.send(&msg_out).await?;
|
||||
|
||||
Reference in New Issue
Block a user