pub(crate) async fn status_task(
    listener: TcpListener,
    status_rx: Receiver<bool>,
    last_op_status: Arc<AtomicBool>
)