labeled-response + batch: capture a labeled command's replies and wrap them (single label tag / BATCH / ACK)

This commit is contained in:
Jean Chevronnet 2026-08-08 19:53:34 +00:00
parent 81e9728cfa
commit 1b7dbc4c0e
5 changed files with 114 additions and 3 deletions

View file

@ -496,6 +496,7 @@ impl Server {
command: msg.params[1].to_ascii_uppercase(),
params: msg.params[2..].to_vec(),
ctags: String::new(),
label: None,
};
self.on_link(via, &sub);
}