mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-06 05:37:51 +08:00
spelling: repeatedly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
996ed5398e
commit
37b0ac6e47
@ -936,7 +936,7 @@ pub fn account_auth_result() -> String {
|
|||||||
serde_json::to_string(&account::OidcSession::get_result()).unwrap_or_default()
|
serde_json::to_string(&account::OidcSession::get_result()).unwrap_or_default()
|
||||||
}
|
}
|
||||||
|
|
||||||
// notice: avoiding create ipc connection repeatly,
|
// notice: avoiding create ipc connection repeatedly,
|
||||||
// because windows named pipe has serious memory leak issue.
|
// because windows named pipe has serious memory leak issue.
|
||||||
#[tokio::main(flavor = "current_thread")]
|
#[tokio::main(flavor = "current_thread")]
|
||||||
async fn check_connect_status_(reconnect: bool, rx: mpsc::UnboundedReceiver<ipc::Data>) {
|
async fn check_connect_status_(reconnect: bool, rx: mpsc::UnboundedReceiver<ipc::Data>) {
|
||||||
|
Loading…
Reference in New Issue
Block a user