mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Improve protocol documentation and runtime structure
This commit is contained in:
@@ -244,7 +244,8 @@ fn procedure_runtime_keeps_session_after_local_end_until_explicit_close() {
|
||||
)
|
||||
.expect("local end trigger should encode");
|
||||
let EndpointOutcome::Forward {
|
||||
frame: local_end_frame, ..
|
||||
frame: local_end_frame,
|
||||
..
|
||||
} = local_end
|
||||
else {
|
||||
panic!("controller should forward local end trigger");
|
||||
|
||||
Reference in New Issue
Block a user