Improve protocol documentation and runtime structure

This commit is contained in:
Michael Mikovsky
2026-04-26 01:53:37 -06:00
parent 01faebc44b
commit 17be0f9daa
21 changed files with 676 additions and 353 deletions
+2 -1
View File
@@ -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");