Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce7d794

Browse files
logiclrdrustdesk
andauthored
Fix config sync reconnection retry loop (rustdesk#13487)
* Updated the server connection retry loop when syncing config changes in src/server.rs to not break after reconnecting.* Update server.rs---------Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
1 parentfb10069 commitce7d794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/server.rs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,6 @@ async fn sync_and_watch_config_dir() {
705705
Ok(mut _conn) =>{
706706
conn = _conn;
707707
log::info!("reconnected to ipc_service");
708-
break;
709708
}
710709
_ =>{}
711710
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp