Эх сурвалжийг харах

bin/darkirc: add forgotten deg_task.stop()

dasman 2 жил өмнө
parent
commit
50e57cba54

+ 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;