Merge pull request #848 from fufesou/socks5_reconnect

socks5_reconnect
This commit is contained in:
RustDesk 2022-06-23 11:10:27 +08:00 committed by GitHub
commit c2e3033b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ impl RendezvousMediator {
},
Some(Err(e)) => bail!("Failed to receive next {}", e), // maybe socks5 tcp disconnected
None => {
// unreachable!()
bail!("Socket receive none. Maybe socks5 server is down.");
},
}
},