Add fresh default sessions and terminal status handling
This commit is contained in:
@@ -255,6 +255,7 @@ pub struct Frame {
|
||||
pub output_seq: u64,
|
||||
pub bytes: Vec<u8>,
|
||||
pub snapshot: bool,
|
||||
pub closed: bool,
|
||||
}
|
||||
|
||||
pub fn to_body<T: Serialize>(value: &T) -> Result<Vec<u8>> {
|
||||
|
||||
Reference in New Issue
Block a user