Explorar o código

bin/darkirc: add forgotten deg_task.stop()

dasman %!s(int64=2) %!d(string=hai) anos
pai
achega
50e57cba54
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bin/darkirc/src/main.rs

+ 1 - 0
bin/darkirc/src/main.rs

@@ -342,6 +342,7 @@ async fn realmain(args: Args, ex: Arc<Executor<'static>>) -> Result<()> {
     info!("Stopping JSON-RPC server");
     rpc_task.stop().await;
     dnet_task.stop().await;
+    deg_task.stop().await;
 
     info!("Stopping IRC server");
     irc_task.stop().await;