mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 02:11:28 +03:00
@@ -501,7 +501,9 @@ impl TerminalSession {
|
|||||||
// 3. macOS
|
// 3. macOS
|
||||||
// No stuck cases have been found so far, more testing is needed.
|
// No stuck cases have been found so far, more testing is needed.
|
||||||
#[cfg(any(target_os = "windows", target_os = "linux"))]
|
#[cfg(any(target_os = "windows", target_os = "linux"))]
|
||||||
self.pty_pair = None;
|
{
|
||||||
|
self.pty_pair = None;
|
||||||
|
}
|
||||||
|
|
||||||
// Wait for threads to finish
|
// Wait for threads to finish
|
||||||
// The reader thread should join before the writer thread on Windows.
|
// The reader thread should join before the writer thread on Windows.
|
||||||
|
|||||||
Reference in New Issue
Block a user