project: Observe SshRemoteClient to get notified about state changes (#18918)
Release Notes: - N/A
This commit is contained in:
parent
c674d73734
commit
b703514d0e
1 changed files with 1 additions and 0 deletions
|
@ -732,6 +732,7 @@ impl Project {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.detach();
|
.detach();
|
||||||
|
cx.observe(&ssh, |_, _, cx| cx.notify()).detach();
|
||||||
|
|
||||||
let this = Self {
|
let this = Self {
|
||||||
buffer_ordered_messages_tx: tx,
|
buffer_ordered_messages_tx: tx,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue