SSH reconnect reliability (#19398)
Release Notes: - SSH Remoting: Fix message reliability across restarts --------- Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
be474a6d6f
commit
98ecb43b2d
9 changed files with 420 additions and 79 deletions
|
@ -32,6 +32,7 @@ macro_rules! messages {
|
|||
responding_to,
|
||||
original_sender_id,
|
||||
payload: Some(envelope::Payload::$name(self)),
|
||||
ack_id: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue