added another info call

This commit is contained in:
Nickiel12 2024-08-20 20:27:39 -07:00
parent 9bb48e1b21
commit a69cd90adb

View file

@ -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);
}