From a69cd90adbb491b8c447ff15b516a3ea55bb6a89 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 20 Aug 2024 20:27:39 -0700 Subject: [PATCH] added another info call --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 20b9b47..f908539 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -195,6 +195,8 @@ pub async fn listen_to_ws_task( } } + info!("listen_to_ws_task closing!"); + is_closed.store(true, std::sync::atomic::Ordering::SeqCst); }