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