Revert "SSH reconnect reliability (#19398)" (#19440)

This reverts commit 98ecb43b2d.

Tests fail on main?!

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-10-18 16:08:56 -06:00 committed by GitHub
parent 47380001cc
commit a5492b3ea6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 80 additions and 423 deletions

View file

@ -1243,10 +1243,6 @@ impl Project {
self.client.clone()
}
pub fn ssh_client(&self) -> Option<Model<SshRemoteClient>> {
self.ssh_client.clone()
}
pub fn user_store(&self) -> Model<UserStore> {
self.user_store.clone()
}