admin terminal console
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5df7443437
commit
571ab6ac2b
17 changed files with 1190 additions and 681 deletions
|
@ -160,7 +160,9 @@ impl Data for KeyValueDatabase {
|
|||
futures.push(self.userid_lastonetimekeyupdate.watch_prefix(&userid_bytes));
|
||||
|
||||
futures.push(Box::pin(async move {
|
||||
let _result = services().server.signal.subscribe().recv().await;
|
||||
while services().server.running() {
|
||||
let _result = services().server.signal.subscribe().recv().await;
|
||||
}
|
||||
}));
|
||||
|
||||
if !services().server.running() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue