forked from mirrors/rustdesk
parent
e31b04b6a7
commit
661be6ae36
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue