labeled-response + batch: capture a labeled command's replies and wrap them (single label tag / BATCH / ACK)
This commit is contained in:
parent
81e9728cfa
commit
1b7dbc4c0e
5 changed files with 114 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue