mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-04-12 02:36:15 +00:00
sync rustdesk's hbb_common here
This commit is contained in:
@@ -1202,7 +1202,7 @@ async fn check_relay_servers(rs0: Arc<RelayServers>, tx: Sender) {
|
||||
let rs = rs.clone();
|
||||
let x = x.clone();
|
||||
futs.push(tokio::spawn(async move {
|
||||
if FramedStream::new(&host, "0.0.0.0:0", CHECK_RELAY_TIMEOUT)
|
||||
if FramedStream::new(&host, None, CHECK_RELAY_TIMEOUT)
|
||||
.await
|
||||
.is_ok()
|
||||
{
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
pub const VERSION: &str = "1.1.6";
|
||||
pub const VERSION: &str = "1.1.6";
|
||||
pub const BUILD_DATE: &str = "2023-01-06 10:39";
|
||||
Reference in New Issue
Block a user