suport long lived plugin, and sort top level manually
This commit is contained in:
parent
fca3b25552
commit
593e397b03
12 changed files with 123 additions and 21 deletions
|
|
@ -89,6 +89,10 @@ where
|
|||
self.exit();
|
||||
break;
|
||||
}
|
||||
Request::Close => {
|
||||
self.exit();
|
||||
break;
|
||||
}
|
||||
},
|
||||
Err(why) => tracing::error!("Malformed json request: {why}"),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue