suport long lived plugin, and sort top level manually

This commit is contained in:
wiiznokes 2024-07-03 03:42:39 +02:00 committed by Ashley Wulber
parent fca3b25552
commit 593e397b03
12 changed files with 123 additions and 21 deletions

View file

@ -89,6 +89,10 @@ where
self.exit();
break;
}
Request::Close => {
self.exit();
break;
}
},
Err(why) => tracing::error!("Malformed json request: {why}"),
}