project: Observe SshRemoteClient to get notified about state changes (#18918)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-10-09 17:13:43 +02:00 committed by GitHub
parent c674d73734
commit b703514d0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -732,6 +732,7 @@ impl Project {
}
})
.detach();
cx.observe(&ssh, |_, _, cx| cx.notify()).detach();
let this = Self {
buffer_ordered_messages_tx: tx,