added another info call
This commit is contained in:
parent
9bb48e1b21
commit
a69cd90adb
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
is_closed.store(true, std::sync::atomic::Ordering::SeqCst);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue