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

View File

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